autoupate
This commit is contained in:
parent
f5e8608d45
commit
450907a7f4
1 changed files with 14 additions and 1 deletions
|
|
@ -426,7 +426,20 @@
|
|||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "/home/ltadeu6/nixos-config";
|
||||
dates = "02:00";
|
||||
randomizedDelaySec = "45min";
|
||||
flags = [
|
||||
"--print-build-logs"
|
||||
"--commit-lock-file"
|
||||
"--update-input"
|
||||
"nixpkgs"
|
||||
"--update-input"
|
||||
"home-manager"
|
||||
];
|
||||
};
|
||||
|
||||
nix.gc = {
|
||||
automatic = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue