hosts: accept flake config during autoUpgrade
Some checks are pending
flakehub / flakehub-publish (push) Waiting to run
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-07-22 14:00:32 -04:00
parent b95e0a08a6
commit a281c7255b

View file

@ -22,6 +22,7 @@
enable = true; enable = true;
allowReboot = true; allowReboot = true;
dates = "02:00"; dates = "02:00";
flags = ["--accept-flake-config"];
flake = config.environment.variables.FLAKE; flake = config.environment.variables.FLAKE;
operation = "switch"; operation = "switch";
persistent = true; persistent = true;