From 1fe9c9c9cf3934962be7f8b8653dbc95c47567f8 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Sat, 13 Dec 2025 15:56:29 -0800 Subject: [PATCH] Secondaries need to inherit secondary config --- hosts/cap-clust-03/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cap-clust-03/configuration.nix b/hosts/cap-clust-03/configuration.nix index 73c05d3..118cb0c 100644 --- a/hosts/cap-clust-03/configuration.nix +++ b/hosts/cap-clust-03/configuration.nix @@ -8,7 +8,7 @@ ../../modules/host-groups/cluster.nix # Application Groups - ../../modules/application-groups/k3s-primary.nix + ../../modules/application-groups/k3s-secondary.nix ]; networking.hostName = "cap-clust-03";