diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 19cd259..57dcaef 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -80,9 +80,11 @@ services.openssh.enable = true; networking.firewall.enable = false; - + system.autoUpgrade = { + enable = true; + flake = "git+https://git.icanttype.org/cdombroski/nix-configs.git"; + }; system.stateVersion = "23.11"; # Did you read the comment? - system.autoUpgrade.allowReboot = false; nix.buildMachines = [ { hostName = "zeus"; systems = [ "x86_64-linux" "aarch64-linux" ];