feat(jellyfin): change domain

This commit is contained in:
Felix Schröter 2021-05-27 12:29:17 +02:00
parent 5b39399cdf
commit d21c771356
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -10,7 +10,7 @@ in {
users.users."${user}".extraGroups = [ "video" "render" ]; users.users."${user}".extraGroups = [ "video" "render" ];
services.nginx = { services.nginx = {
virtualHosts."jellyfin.felschr.com" = { virtualHosts."media.felschr.com" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://localhost:8096"; locations."/".proxyPass = "http://localhost:8096";