From a926d3428789c72a5f453047dbf848801273e24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 7 Feb 2026 02:54:32 +0100 Subject: [PATCH] nix-cache01: set priority to high Co-Authored-By: Claude Opus 4.5 --- hosts/nix-cache01/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hosts/nix-cache01/configuration.nix b/hosts/nix-cache01/configuration.nix index 7d9394b..c3192a8 100644 --- a/hosts/nix-cache01/configuration.nix +++ b/hosts/nix-cache01/configuration.nix @@ -13,10 +13,7 @@ homelab.dns.cnames = [ "nix-cache" "actions1" ]; - homelab.host = { - priority = "low"; - role = "build-host"; - }; + homelab.host.role = "build-host"; fileSystems."/nix" = { device = "/dev/disk/by-label/nixcache";