mirror of
https://git.gay/xqtc/nixos-config
synced 2024-11-25 20:03:54 +01:00
Rm 1st IP in wg conf
This commit is contained in:
parent
cfdc4be1b7
commit
51181fcd1a
|
@ -13,7 +13,7 @@
|
|||
|
||||
networking.wireguard.interfaces = {
|
||||
wg0 = {
|
||||
ips = ["2a0f:be01:fe:fa1::1/64" "2a01:4f8:10a:1aab:f000::1/80"];
|
||||
ips = [/* "2a0f:be01:fe:fa1::1/64" */ "2a01:4f8:10a:1aab:f000::1/80"];
|
||||
|
||||
listenPort = 51820;
|
||||
|
||||
|
|
Loading…
Reference in a new issue