infra/roles/auto-upgrade.nix
zowoq ebeccfa9ab autoUpgrade: add accept-flake-config flag
silence "untrusted flake configuration" warning
2022-11-28 17:11:14 +10:00

7 lines
253 B
Nix

{
system.autoUpgrade.enable = true;
system.autoUpgrade.flake = "github:nix-community/infra";
system.autoUpgrade.allowReboot = true;
system.autoUpgrade.dates = "hourly";
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" ];
}