add auto updates
This commit is contained in:
parent
7da425ef7a
commit
8ce64d2b84
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@
|
|||
|
||||
systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000;
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "minutely";
|
||||
flake = "git+https://git.missing.ninja/lf3/server-conf.git";
|
||||
};
|
||||
|
||||
networking.hosts = { };
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue