mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
disable autoupgrade for swan, make explicit
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
# Update the system daily by pointing it at the flake repository
|
||||
system.autoUpgrade = {
|
||||
enable = config.server; # Only auto upgrade servers
|
||||
enable = lib.mkDefault false; # Don't enable by default
|
||||
dates = "09:33";
|
||||
flake = "git+${config.dotfilesRepo}";
|
||||
randomizedDelaySec = "25min";
|
||||
|
Reference in New Issue
Block a user