mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-23 00:40:33 +01:00
Added IP to wg IPs
This commit is contained in:
parent
ab99dfa101
commit
cfdc4be1b7
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
networking.wireguard.interfaces = {
|
networking.wireguard.interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = ["2a0f:be01:fe:fa1::1/64"];
|
ips = ["2a0f:be01:fe:fa1::1/64" "2a01:4f8:10a:1aab:f000::1/80"];
|
||||||
|
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue