2022-08-10 13:02:19 +02:00
|
|
|
{
|
|
|
|
system.autoUpgrade.enable = true;
|
|
|
|
system.autoUpgrade.flake = "github:nix-community/infra";
|
|
|
|
system.autoUpgrade.allowReboot = true;
|
2022-10-01 22:10:21 +10:00
|
|
|
system.autoUpgrade.dates = "hourly";
|
2022-11-28 17:06:04 +10:00
|
|
|
system.autoUpgrade.flags = [ "--option" "accept-flake-config" "true" ];
|
2022-08-10 13:02:19 +02:00
|
|
|
}
|