Disable automatic upgrades

This commit is contained in:
Oliver Davies 2024-11-20 21:34:21 +00:00
parent 6444ce5226
commit 9f47df62b5

View file

@ -258,19 +258,6 @@ in
''; '';
}; };
system.autoUpgrade = {
enable = true;
flake = inputs.self.outPath;
flags = [
"--update-input"
"nixpkgs"
"--no-write-lock-file"
"-L" # print build logs
];
dates = "08:00";
randomizedDelaySec = "45min";
};
services.gvfs.enable = true; services.gvfs.enable = true;
programs.gnupg.agent = { programs.gnupg.agent = {