rice/hosts/ami/upgrade.nix

14 lines
252 B
Nix
Raw Normal View History

2024-05-05 20:32:10 +00:00
_: {
system.autoUpgrade = {
enable = true;
flake = "https://buffets.kitchen/chef/rice/archive/main.tar.gz#ami";
dates = "minutely";
allowReboot = true;
rebootWindow = {
lower = "02:00";
upper = "04:00";
};
};
}