rice/hosts/ami/upgrade.nix

15 lines
296 B
Nix
Raw Permalink Normal View History

2024-06-05 09:21:21 +00:00
{
2024-05-05 20:32:10 +00:00
system.autoUpgrade = {
enable = true;
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
flags = ["--option" "tarball-ttl" "0"];
2024-05-05 20:32:10 +00:00
dates = "minutely";
allowReboot = true;
rebootWindow = {
lower = "02:00";
upper = "04:00";
};
};
}