feat(nix): add librechat module and enable for server
WARNING: This commit includes new files and secrets modifications.
This commit is contained in:
parent
16fb62f03b
commit
9e77ea8e65
7 changed files with 134 additions and 3 deletions
|
@ -41,7 +41,7 @@ in
|
|||
server.ddns.domains = singleton (mkRootDomain cfg.domain);
|
||||
server.web-servers.nginx.proxies = singleton {
|
||||
source = cfg.domain;
|
||||
target = "http://${config.hostname}:${toString cfg.port}";
|
||||
target = "http://${config.networking.hostName}:${toString cfg.port}";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue