Disable docker-fhs unit by default
This commit is contained in:
parent
92b0776373
commit
6cb013cba3
@ -4,7 +4,7 @@
|
||||
systemd = {
|
||||
services = {
|
||||
"docker-build-fhs" = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
description = "Create fhs docker container";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
script = ''
|
||||
|
Loading…
Reference in New Issue
Block a user