forked from Drift/pvv-nixos-config
bicep: nginx listen on bicep ip
This commit is contained in:
parent
ee73a964be
commit
4ff5da28c4
|
@ -11,8 +11,8 @@
|
|||
enableReload = true;
|
||||
|
||||
defaultListenAddresses = [
|
||||
values.hosts.jokum.ipv4
|
||||
"[${values.hosts.jokum.ipv6}]"
|
||||
values.hosts.bicep.ipv4
|
||||
"[${values.hosts.bicep.ipv6}]"
|
||||
|
||||
"127.0.0.1"
|
||||
"127.0.0.2"
|
||||
|
|
Loading…
Reference in New Issue