Update homelab service URLs

This commit is contained in:
Oliver Davies 2024-12-26 21:35:05 +00:00
parent 22473ca2ab
commit b04abfd33b
7 changed files with 12 additions and 13 deletions

View file

@ -16,7 +16,7 @@ with lib;
services.nginx = {
enable = true;
virtualHosts."jellyfin.davies.home".locations."/".proxyPass = "http://localhost:8096/";
virtualHosts."jellyfin.oliverdavies.uk".locations."/".proxyPass = "http://localhost:8096/";
};
};
}