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

@ -289,7 +289,8 @@ in
services.nginx = {
enable = true;
virtualHosts."tubearchivist.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
virtualHosts."tubearchivist.oliverdavies.uk".locations."/".proxyPass =
"http://localhost:${toString port}/";
};
};
}