summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/jellyfin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/jellyfin.nix b/modules/jellyfin.nix
index 6494fc6..48c8f47 100644
--- a/modules/jellyfin.nix
+++ b/modules/jellyfin.nix
@@ -9,7 +9,7 @@
 
   services.nginx.virtualHosts = {
     "jelly.rnrd.eu" = {
-      enableACME = true;
+      useACMEHost = "rnrd.eu";
       forceSSL = true;
       locations."/" = {
         proxyPass = "http://127.0.0.1:8096";