From 1f36c4942bcc6c3d1cf450d4f99148a3ae4ee6e6 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 30 Sep 2024 16:49:10 -0600 Subject: [PATCH] [NixOS] Fix serverAddr port for k3s --- nixos/machines/jimi-hendnix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/jimi-hendnix.nix b/nixos/machines/jimi-hendnix.nix index 9757b9d8..f1884fb4 100644 --- a/nixos/machines/jimi-hendnix.nix +++ b/nixos/machines/jimi-hendnix.nix @@ -7,7 +7,7 @@ myModules.railbird-k3s = { enable = true; - serverAddr = "https://ryzen-shine.local:6433"; + serverAddr = "https://ryzen-shine.local:6443"; }; myModules.base.enable = true; myModules.desktop.enable = true;