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