From 04870cd682e92d21242aaab91224679803cea2df Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 2 Oct 2024 23:04:36 -0600 Subject: [PATCH] [NixOS] Biskcomp dev.railbird.ai for k3s --- 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 7d58ed61..90603629 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -35,7 +35,7 @@ in myModules.railbird-k3s = { enable = true; - serverAddr = "https://192.168.1.17:6443"; + serverAddr = "https://dev.railbird.ai:6443"; }; services.k3s.disableAgent = true;