From b1cc9116588c932649c10c915df25a984e3b23aa Mon Sep 17 00:00:00 2001 From: Andre Date: Fri, 25 Oct 2024 09:11:02 -0400 Subject: [PATCH] Khanda: re-enable remote build automatic updates --- hosts/Khanda/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Khanda/default.nix b/hosts/Khanda/default.nix index 8707f94..f9cef77 100644 --- a/hosts/Khanda/default.nix +++ b/hosts/Khanda/default.nix @@ -51,6 +51,7 @@ in autoUpgrade = { enable = true; configDir = config.secrets.nixConfigFolder; + extraFlags = "--build-host hevana"; onCalendar = "weekly"; user = config.users.users.aires.name; };