1
0
Fork 0

Dimaga: enable automatic system updates

This commit is contained in:
Aires 2024-08-01 13:21:44 -04:00
parent 884e464599
commit 38c6ae84a4
2 changed files with 5 additions and 5 deletions

View file

@ -297,11 +297,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1722221733, "lastModified": 1722372011,
"narHash": "sha256-sga9SrrPb+pQJxG1ttJfMPheZvDOxApFfwXCFO0H9xw=", "narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "12bf09802d77264e441f48e25459c10c93eada2e", "rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -153,8 +153,8 @@ in
url = config.secrets.services.jellyfin.url; url = config.secrets.services.jellyfin.url;
}; };
autoUpgrade = { autoUpgrade = {
enable = false; # Don't update the system... enable = true;
pushUpdates = true; # ...but do push updates remotely. pushUpdates = true;
configDir = config.secrets.nixConfigFolder; configDir = config.secrets.nixConfigFolder;
onCalendar = "daily"; onCalendar = "daily";
user = config.users.users.aires.name; user = config.users.users.aires.name;