Disable ipv6 for wireguard tunnel until fixed
This commit is contained in:
parent
93104ed7e0
commit
46cf4907cb
1 changed files with 4 additions and 4 deletions
|
@ -140,7 +140,7 @@
|
||||||
wg-quick.interfaces = {
|
wg-quick.interfaces = {
|
||||||
home = {
|
home = {
|
||||||
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
||||||
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ];
|
address = [ "10.225.191.4/24" ];
|
||||||
dns = [ "192.168.30.131" ];
|
dns = [ "192.168.30.131" ];
|
||||||
autostart = false;
|
autostart = false;
|
||||||
mtu = 1412;
|
mtu = 1412;
|
||||||
|
@ -148,13 +148,13 @@
|
||||||
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
||||||
endpoint = "wg.kun.is:51820";
|
endpoint = "wg.kun.is:51820";
|
||||||
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
||||||
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
allowedIPs = [ "0.0.0.0/0" ];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
home-no-pihole = {
|
home-no-pihole = {
|
||||||
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
privateKeyFile = config.sops.secrets."wireguard/home/privateKey".path;
|
||||||
address = [ "10.225.191.4/24" "fd11:5ee:bad:c0de::4/128" ];
|
address = [ "10.225.191.4/24" ];
|
||||||
dns = [ "192.168.10.1" ];
|
dns = [ "192.168.10.1" ];
|
||||||
autostart = false;
|
autostart = false;
|
||||||
mtu = 1412;
|
mtu = 1412;
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
presharedKeyFile = config.sops.secrets."wireguard/home/presharedKey".path;
|
||||||
endpoint = "wg.kun.is:51820";
|
endpoint = "wg.kun.is:51820";
|
||||||
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
publicKey = "fa3mQ7ximJbH7cu2ZbWidto5xBGxEEfWvCCiUDk00Hg=";
|
||||||
allowedIPs = [ "0.0.0.0/0" "::/0" ];
|
allowedIPs = [ "0.0.0.0/0" ];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue