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

@ -9,11 +9,7 @@ in
services.nginx = {
enable = true;
virtualHosts."freshrss.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
};
# TODO: move to pihole.
networking.hosts = {
"127.0.0.1" = [ "freshrss.davies.home" ];
virtualHosts."freshrss.oliverdavies.uk".locations."/".proxyPass =
"http://localhost:${toString port}/";
};
}