diff --git a/hosts/Emitter.nix b/hosts/Emitter.nix index 4a32def..98c9ea8 100644 --- a/hosts/Emitter.nix +++ b/hosts/Emitter.nix @@ -29,9 +29,13 @@ acceptTerms = true; }; - system.autoUpgrade.enable = true; - system.autoUpgrade.allowReboot = true; - system.autoUpgrade.sendEmail = true; + system.autoUpgrade = { + enable = true; + allowReboot = true; + sendEmail = true; + gitPull = true; + gitUser = "fruchti"; + }; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions