From a281c7255b7be48310c8f04e15893ed5579361d0 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 22 Jul 2024 14:00:32 -0400 Subject: [PATCH] hosts: accept flake config during autoUpgrade --- hosts/common/nix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/common/nix.nix b/hosts/common/nix.nix index badfbf51..4a923aa3 100644 --- a/hosts/common/nix.nix +++ b/hosts/common/nix.nix @@ -22,6 +22,7 @@ enable = true; allowReboot = true; dates = "02:00"; + flags = ["--accept-flake-config"]; flake = config.environment.variables.FLAKE; operation = "switch"; persistent = true;