New domainname

This commit is contained in:
William 2023-09-01 10:47:47 -03:00
parent 6c3fad825d
commit 3093372e4d
16 changed files with 44 additions and 44 deletions

View file

@ -9,8 +9,8 @@
openFirewall = true;
};
nginx.virtualHosts."jellyfin.baduhai.me" = {
useACMEHost = "baduhai.me";
nginx.virtualHosts."jellyfin.baduhai.dev" = {
useACMEHost = "baduhai.dev";
forceSSL = true;
kTLS = true;
locations."/".proxyPass = "http://127.0.0.1:${config.ports.jellyfin}";