1
0
Fork 0
This commit is contained in:
Daniel Kempkens 2023-04-09 00:43:37 +02:00
parent 6178c71493
commit 22853a338f
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -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)};
}