diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-29 19:17:08 +0200 |
| commit | c4ac6a0b88ff83a90a3c957034b52bedbe4d5868 (patch) | |
| tree | 5122bdf38be616ad5359dad31a684f46ed0f1525 /hosts/omega-relay/default.nix | |
| parent | e7e8d7656c1eaef422a02aa4a4d84545a31d3ce5 (diff) | |
uuuuh
Diffstat (limited to 'hosts/omega-relay/default.nix')
| -rw-r--r-- | hosts/omega-relay/default.nix | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/hosts/omega-relay/default.nix b/hosts/omega-relay/default.nix index 27cbf13..181add4 100644 --- a/hosts/omega-relay/default.nix +++ b/hosts/omega-relay/default.nix @@ -10,6 +10,7 @@ ./disko.nix ./vm.nix ./hardware-configuration.nix + ./certs.nix ../../services/mysql.nix ../../services/vaultwarden.nix ../../services/uptimekuma.nix @@ -53,7 +54,7 @@ prometheus.enableExporters = true; desecDyn = { enable = true; - domains."wilkuu.dedyn.io" = { + domains."wilkuu.xyz" = { doWildcard = true; enableDDNS = true; enableACME = true; @@ -174,18 +175,10 @@ tryFiles = "$uri $uri/ =404"; }; }; - virtualHosts."wilkuu.dedyn.io" = { - forceSSL = true; - useACMEHost = "wilkuu.dedyn.io"; - root = "/srv/www/wilkuu.dedyn.io/"; - locations."/" = { - index = "index.html"; - tryFiles = "$uri $uri/ =404"; - }; - }; virtualHosts."moni.wilkuu.xyz" = { forceSSL = true; - enableACME = true; + enableACME = false; + useACMEHost = "wilkuu.xyz"; locations."/" = { proxyPass = "http://192.168.88.5:3132"; recommendedProxySettings = true; |
