Update homelab service URLs
This commit is contained in:
parent
22473ca2ab
commit
b04abfd33b
7 changed files with 12 additions and 13 deletions
nix/modules/nixos/features/homelab
|
@ -29,7 +29,7 @@ in
|
|||
nginx = {
|
||||
enable = true;
|
||||
|
||||
virtualHosts."gitea.davies.home".locations."/".proxyPass = "http://localhost:${toString port}/";
|
||||
virtualHosts."gitea.oliverdavies.uk".locations."/".proxyPass = "http://localhost:${toString port}/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue