diff --git a/configuration.nix b/configuration.nix index cb7790c..dfba348 100644 --- a/configuration.nix +++ b/configuration.nix @@ -134,7 +134,7 @@ in }; "jellyfin.${domainName}" = { forceSSL = true; - useACMEHost = "${domainName}"; + enableACME = true; locations = { "/" = { proxyPass = "http://localhost:8096"; @@ -143,7 +143,7 @@ in }; "git.${domainName}" = { forceSSL = true; - useACMEHost = "${domainName}"; + enableACME = true; locations = { "/" = { proxyPass = "http://localhost:3000";