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";