add accept-flake-config for all servers

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-04-13 13:11:23 -04:00 committed by Alice Huston
parent 0856236d33
commit dfdc52b254

View File

@ -174,6 +174,7 @@
system = {
autoUpgrade = {
enable = true;
flags = [ "--accept-flake-config" ];
randomizedDelaySec = "1h";
persistent = true;
flake = "github:RAD-Development/nix-dotfiles";