nixos-module/server/lxc-containers: prevent restart on host nixos-rebuild switch
parent
87cf64653c
commit
f73d4b64dc
|
@ -252,6 +252,8 @@ in
|
|||
Restart = "always";
|
||||
RestartSec = "1s";
|
||||
};
|
||||
# Prevent restart on host nixos-rebuild switch
|
||||
restartIfChanged = false;
|
||||
};
|
||||
|
||||
# Starts all the containers after boot
|
||||
|
|
Loading…
Reference in New Issue