fix: don't use accept-flake-config for nixos-rebuild
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.
This commit is contained in:
buffet 2024-06-03 10:42:59 +02:00
parent ab0c9b8735
commit b3718bc47c

View file

@ -2,7 +2,7 @@ _: {
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami"; flake = "https://buffets.kitchen/kitchen/rice/archive/main.tar.gz#ami";
flags = ["--option" "tarball-ttl" "0" "--accept-flake-config"]; flags = ["--option" "tarball-ttl" "0"];
dates = "minutely"; dates = "minutely";
allowReboot = true; allowReboot = true;