14 lines
252 B
Nix
14 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";
|
||
|
};
|
||
|
};
|
||
|
}
|