prevent auto-updating for server, networked machines

This commit is contained in:
Haak Saxberg 2022-08-17 20:42:50 -07:00
parent 81571ae7f3
commit 78cc02941f
2 changed files with 5 additions and 1 deletions

View file

@ -104,5 +104,4 @@
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "20.03"; # Did you read the comment?
system.autoUpgrade.enable = true;
}