From 087b349926c4d00711277c34d8c94ef48dbf0238 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 18 Sep 2025 10:53:26 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- clanServices/k3s/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clanServices/k3s/default.nix b/clanServices/k3s/default.nix index 91eefe5..91b4849 100644 --- a/clanServices/k3s/default.nix +++ b/clanServices/k3s/default.nix @@ -93,7 +93,7 @@ in controller = head (lib.attrNames roles.controller.machines or {}); # Read the controller's ip address - ipAddressPath = "${config.clan.core.settings.directory}/vars/per-machine/${controller}/k3s/ip_v4"; + ipAddressPath = "${config.clan.core.settings.directory}/vars/per-machine/${controller}/k3s/ip_v4/value"; ipAddress = if pathExists ipAddressPath then readFile ipAddressPath else null; # Read the controller's token