diff --git a/configuration.nix b/configuration.nix index 7d43eae..6441f04 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,8 +20,17 @@ networking.hostName = "wildfire"; # Define your hostname. #networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - system.autoUpgrade.enable = true; - system.autoUpgrade.allowReboot = true; + system.autoUpgrade = { + enable = true; + flake = inputs.self.outPath; + flags = [ + "--update-input" + "nixpkgs" + "-L" # print build logs + ]; + dates = "02:00"; + randomizedDelaySec = "45min"; + }; hardware = {