buffet
b3718bc47c
All checks were successful
/ check (push) Successful in 2m29s
Apparently this is just not a flag. Need to figure out what to do instead, but at the moment ami isn't using any extra caches anyways.
14 lines
299 B
Nix
14 lines
299 B
Nix
_: {
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
|
|
flags = ["--option" "tarball-ttl" "0"];
|
|
dates = "minutely";
|
|
|
|
allowReboot = true;
|
|
rebootWindow = {
|
|
lower = "02:00";
|
|
upper = "04:00";
|
|
};
|
|
};
|
|
}
|