Auto upgrade dalinar

This commit is contained in:
Johannes Rothe 2025-04-24 22:42:34 +02:00
parent 057f4fa040
commit 879a29c9cd

View File

@ -34,6 +34,14 @@
};
};
system.autoUpgrade = {
enable = true;
flake = "git+https://git.johannes-rothe.de/onjen/nixos-config";
flags = [ "--no-write-lock-file" ];
allowReboot = true;
dates = "daily";
};
nix.gc = {
automatic = true;
dates = "weekly";