Update homelab service URLs
This commit is contained in:
parent
22473ca2ab
commit
b04abfd33b
7 changed files with 12 additions and 13 deletions
|
@ -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}/";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue