1
0
Fork 0

Disable docker-fhs unit by default

master
dump_stack() 2020-10-20 17:35:03 +00:00
parent 92b0776373
commit 6cb013cba3
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
systemd = {
services = {
"docker-build-fhs" = {
enable = true;
enable = false;
description = "Create fhs docker container";
wantedBy = [ "multi-user.target" ];
script = ''