autoUpgrade: add accept-flake-config flag

silence "untrusted flake configuration" warning
This commit is contained in:
zowoq 2022-11-28 17:06:04 +10:00
parent 3c7f8d36c5
commit ebeccfa9ab

View file

@ -3,4 +3,5 @@
system.autoUpgrade.flake = "github:nix-community/infra";
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.dates = "hourly";
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" ];
}