fix: don't use accept-flake-config for nixos-rebuild
All checks were successful
/ check (pull_request) Successful in 2m21s
All checks were successful
/ check (pull_request) Successful in 2m21s
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:
parent
3d72a6ff9a
commit
12e9a1e0ca
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ _: {
|
|||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
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";
|
||||
|
||||
allowReboot = true;
|
||||
|
|
Loading…
Reference in a new issue