From b9ff587f6424eaab9a3c7690c1ee01f36e2dcedf Mon Sep 17 00:00:00 2001 From: cdombroski Date: Wed, 24 Apr 2024 22:07:31 -0400 Subject: [PATCH] Update systems/orangepihole/configuration.nix --- systems/orangepihole/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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" ];