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 = ''
|
||||
resolver 1.1.1.1 ipv6=off;
|
||||
|
||||
upstream home {
|
||||
resolver 1.1.1.1 ipv6=off;
|
||||
server ${secret.nginx.upstream.home.hostname}:${builtins.toString(secret.nginx.upstream.home.port)};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue