Add nginx vhosts for self-hosted services
This commit is contained in:
parent
c01820a33b
commit
dbd0c993b3
4 changed files with 16 additions and 2 deletions
nix/modules/nixos/features/homelab
|
@ -132,7 +132,7 @@ in
|
|||
"HOST_GID" = "1000";
|
||||
"HOST_UID" = "1000";
|
||||
"REDIS_HOST" = "archivist-redis";
|
||||
"TA_HOST" = "tubearchivist.local";
|
||||
"TA_HOST" = "tubearchivist.localhost";
|
||||
"TZ" = "Europe/London";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue