enable autoupdates
This commit is contained in:
parent
5d64e0d032
commit
7e35ac6d43
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue