From ac49823b4ccd5e2adbd6ab3a9ee46562ace3c1a2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 30 Sep 2024 21:36:34 -0600 Subject: [PATCH] Try a local serverAddr for biskcomp --- nixos/machines/biskcomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 90603629..7d58ed61 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -35,7 +35,7 @@ in myModules.railbird-k3s = { enable = true; - serverAddr = "https://dev.railbird.ai:6443"; + serverAddr = "https://192.168.1.17:6443"; }; services.k3s.disableAgent = true;