rice/hosts/ami/upgrade.nix
2024-05-20 12:06:16 +02:00

13 lines
252 B
Nix

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