infra/roles/auto-upgrade.nix

8 lines
253 B
Nix
Raw Normal View History

{
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" ];
}