diff --git a/modules/networking.nix b/modules/networking.nix index 03aa72a..0032d92 100755 --- a/modules/networking.nix +++ b/modules/networking.nix @@ -22,10 +22,11 @@ interface = "enp2s0"; }; - security.acme = { - acceptTerms = true; - certs = { - defaults.email = "admin@spoodythe.one"; - }; - }; + # Uncomment when domain is set up + # security.acme = { + # acceptTerms = true; + # certs = { + # defaults.email = "admin@spoodythe.one"; + # }; + # }; } diff --git a/services/jellyfin.nix b/services/jellyfin.nix index 9dd25ff..3846b11 100644 --- a/services/jellyfin.nix +++ b/services/jellyfin.nix @@ -41,8 +41,8 @@ in recommendedTlsSettings = true; virtualHosts."media.spoodythe.one" = { - addSSL = true; - enableACME = true; + # addSSL = true; + # enableACME = true; locations."/" = { proxyPass = "http://${host}:${toString port}"; };