disable traefic

This commit is contained in:
2026-05-26 22:39:58 -05:00
parent 29a31820da
commit 24a52ae975
2 changed files with 1 additions and 8 deletions
+1 -4
View File
@@ -99,10 +99,6 @@ in
services.nginx = {
enable = true;
# allow proxy through k3s
defaultHTTPListenPort = 8080;
defaultSSLListenPort = 8443;
virtualHosts."nimh.roypository.com" = {
forceSSL = true;
useACMEHost = "roypository.com";
@@ -120,6 +116,7 @@ in
services.k3s = {
enable = true;
disable = [ "traefic" ];
role = "server";
};