From 9f16bb29ab94268c8177d4965f621319dfb5bad7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 18 Sep 2025 12:11:07 +0000 Subject: [PATCH] too lazy to think of a message, so enjoy this pointless text. Good luck future me... --- clanServices/k3s/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clanServices/k3s/default.nix b/clanServices/k3s/default.nix index e9008c2..597b97d 100644 --- a/clanServices/k3s/default.nix +++ b/clanServices/k3s/default.nix @@ -81,8 +81,8 @@ in }; }; - exports.port = port; - exports.address = "https://\${config.networking.fqdn}:${toString port}"; + # exports.port = port; + # exports.address = "https://\${config.networking.fqdn}:${toString port}"; }; };