mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-22 05:38:36 +01:00
containers: Disable restartIfChanged
Makes it possible to use sakaya without worrying about the container automatically restarting on config changes and closing all the wine applications. This was previously part of my personal nixpkgs branch but I turned it into an option that should hopefully be upstreamed soon.
This commit is contained in:
parent
094c0c1092
commit
4365aa59fd
@ -9,6 +9,7 @@ let
|
||||
privateNetwork = true;
|
||||
ephemeral = true;
|
||||
autoStart = true;
|
||||
restartIfChanged = false;
|
||||
|
||||
bindMounts = {
|
||||
"/mnt" = {
|
||||
|
Loading…
Reference in New Issue
Block a user