summary refs log tree commit diff
path: root/services/akkoma
diff options
context:
space:
mode:
Diffstat (limited to 'services/akkoma')
-rw-r--r--services/akkoma/default.nix2
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;