Disable automatic upgrades
This commit is contained in:
parent
6444ce5226
commit
9f47df62b5
|
@ -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;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
|
|
Loading…
Reference in a new issue