diff --git a/systems/x86_64-linux/sgx/acme.nix b/systems/x86_64-linux/sgx/acme.nix index 273d153..856aac6 100644 --- a/systems/x86_64-linux/sgx/acme.nix +++ b/systems/x86_64-linux/sgx/acme.nix @@ -17,7 +17,7 @@ credentialsFile = config.sops.secrets.internetbs.path; }; certs = { - "internal.hoyer.world" = { }; + "openwebui.hoyer.world" = { }; }; }; } diff --git a/systems/x86_64-linux/sgx/nginx.nix b/systems/x86_64-linux/sgx/nginx.nix index c79ace2..cf40c1b 100644 --- a/systems/x86_64-linux/sgx/nginx.nix +++ b/systems/x86_64-linux/sgx/nginx.nix @@ -21,9 +21,9 @@ recommendedProxySettings = true; recommendedTlsSettings = true; virtualHosts = { - "internal.hoyer.world" = { + "openwebui.hoyer.world" = { enableACME = false; - useACMEHost = "internal.hoyer.world"; + useACMEHost = "openwebui.hoyer.world"; forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:${toString config.services.open-webui.port}";