fix: don't use accept-flake-config for nixos-rebuild #24

Merged
chef merged 1 commit from chef/fix-upgrade into main 2024-06-03 08:48:44 +00:00 AGit
Showing only changes of commit 12e9a1e0ca - Show all commits

View file

@ -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;