prevent auto-updating for server, networked machines
This commit is contained in:
parent
81571ae7f3
commit
78cc02941f
2 changed files with 5 additions and 1 deletions
|
|
@ -46,6 +46,11 @@ in
|
|||
SystemMaxUse=100M
|
||||
MaxFileSec=7day
|
||||
'';
|
||||
|
||||
# servers should not auto-upgrade; it leads to strange behavior when they
|
||||
# reboot, because of creating their own, new, generation outside of
|
||||
# nixops management.
|
||||
system.autoUpgrade.enable = false;
|
||||
};
|
||||
|
||||
server =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue