From dfdc52b254ac0834858de88f61404ac33114ef4c Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 13 Apr 2024 13:11:23 -0400 Subject: [PATCH] add accept-flake-config for all servers Signed-off-by: ahuston-0 --- systems/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/configuration.nix b/systems/configuration.nix index 878fc6b..296e112 100644 --- a/systems/configuration.nix +++ b/systems/configuration.nix @@ -174,6 +174,7 @@ system = { autoUpgrade = { enable = true; + flags = [ "--accept-flake-config" ]; randomizedDelaySec = "1h"; persistent = true; flake = "github:RAD-Development/nix-dotfiles";