fixup
This commit is contained in:
parent
6178c71493
commit
22853a338f
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
services.nginx.streamConfig = ''
|
services.nginx.streamConfig = ''
|
||||||
upstream home {
|
|
||||||
resolver 1.1.1.1 ipv6=off;
|
resolver 1.1.1.1 ipv6=off;
|
||||||
|
|
||||||
|
upstream home {
|
||||||
server ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
server ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue