enable autoupdates

This commit is contained in:
jopejoe1 2024-05-01 12:10:46 +02:00
parent 5d64e0d032
commit 7e35ac6d43

View file

@ -81,8 +81,8 @@
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
system.autoUpgrade = {
enable = false;
dates = "minutely";
enable = true;
dates = "hourly";
flake = "git+https://git.missing.ninja/lf3/server-conf.git";
};