fix: don't use accept-flake-config for nixos-rebuild #24
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