Set MTU to 1200 for the Wireguard interface, seems to mitigate problems when connected through the phone
All checks were successful
/ test (push) Successful in 1m57s
All checks were successful
/ test (push) Successful in 1m57s
This commit is contained in:
parent
867c475918
commit
53eea2bced
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
imports = [../wireguard-common];
|
imports = [../wireguard-common];
|
||||||
|
|
||||||
networking.wireguard.interfaces.wg0 = {
|
networking.wireguard.interfaces.wg0 = {
|
||||||
|
mtu = 1200;
|
||||||
ips = ["${vpn.${config.networking.hostName}.ip}/32"];
|
ips = ["${vpn.${config.networking.hostName}.ip}/32"];
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue