autoupate

This commit is contained in:
ltadeu6 2026-04-02 11:08:05 -03:00
parent f5e8608d45
commit 450907a7f4

View file

@ -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;