diff options
Diffstat (limited to 'services/akkoma/default.nix')
| -rw-r--r-- | services/akkoma/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/akkoma/default.nix b/services/akkoma/default.nix index 101d805..3c0016e 100644 --- a/services/akkoma/default.nix +++ b/services/akkoma/default.nix @@ -110,8 +110,8 @@ in }; services.nginx.virtualHosts."soc.rnrd.eu" = { + useACMEHost = "rnrd.eu"; forceSSL = true; - enableACME = true; locations."/" = { proxyWebsockets = true; |
