disable traefic
This commit is contained in:
@@ -188,10 +188,6 @@
|
|||||||
services.nginx = lib.mkIf opts.default-nginx.enable {
|
services.nginx = lib.mkIf opts.default-nginx.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# allow proxy through k3s
|
|
||||||
defaultHTTPListenPort = 8080;
|
|
||||||
defaultSSLListenPort = 8443;
|
|
||||||
|
|
||||||
virtualHosts.${opts.default-nginx.hostname} = {
|
virtualHosts.${opts.default-nginx.hostname} = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
||||||
|
|||||||
@@ -99,10 +99,6 @@ in
|
|||||||
services.nginx = {
|
services.nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# allow proxy through k3s
|
|
||||||
defaultHTTPListenPort = 8080;
|
|
||||||
defaultSSLListenPort = 8443;
|
|
||||||
|
|
||||||
virtualHosts."nimh.roypository.com" = {
|
virtualHosts."nimh.roypository.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "roypository.com";
|
useACMEHost = "roypository.com";
|
||||||
@@ -120,6 +116,7 @@ in
|
|||||||
|
|
||||||
services.k3s = {
|
services.k3s = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
disable = [ "traefic" ];
|
||||||
role = "server";
|
role = "server";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user