diff --git a/hosts/dalinar/default.nix b/hosts/dalinar/default.nix index bab28bd..0f72dab 100644 --- a/hosts/dalinar/default.nix +++ b/hosts/dalinar/default.nix @@ -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";