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 = {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue