1
0
Fork 0

Only apply system autoupdates on boot

This commit is contained in:
Aires 2024-03-22 09:28:34 -04:00
parent be0f8db629
commit 7925865897
2 changed files with 4 additions and 3 deletions

View file

@ -222,11 +222,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1710806803, "lastModified": 1711001935,
"narHash": "sha256-qrxvLS888pNJFwJdK+hf1wpRCSQcqA6W5+Ox202NDa0=", "narHash": "sha256-URtGpHue7HHZK0mrHnSf8wJ6OmMKYSsoLmJybrOLFSQ=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b06025f1533a1e07b6db3e75151caa155d1c7eb3", "rev": "20f77aa09916374aa3141cbc605c955626762c9a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -48,6 +48,7 @@ with lib;
]; ];
dates = "daily"; dates = "daily";
allowReboot = false; allowReboot = false;
operation = "boot"; # Don't switch, just create a boot entry
}; };
}; };