Dimaga: disable auto-updates again (wouldn't work with the current script design)
This commit is contained in:
parent
38c6ae84a4
commit
148c11f8b9
|
@ -153,8 +153,8 @@ in
|
|||
url = config.secrets.services.jellyfin.url;
|
||||
};
|
||||
autoUpgrade = {
|
||||
enable = true;
|
||||
pushUpdates = true;
|
||||
enable = false; # Don't update the system...
|
||||
pushUpdates = true; # ...but do push updates remotely.
|
||||
configDir = config.secrets.nixConfigFolder;
|
||||
onCalendar = "daily";
|
||||
user = config.users.users.aires.name;
|
||||
|
|
Loading…
Reference in a new issue