Fix wg ip
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
interfaces = {
|
interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
ips = [ "10.69.222.2/24" ];
|
ips = [ "10.69.222.3/24" ];
|
||||||
mtu = 1384;
|
mtu = 1384;
|
||||||
listenPort = 51820;
|
listenPort = 51820;
|
||||||
privateKeyFile = config.sops.secrets.wireguard_private_key.path;
|
privateKeyFile = config.sops.secrets.wireguard_private_key.path;
|
||||||
|
Reference in New Issue
Block a user