uhh how did that get there?
This commit is contained in:
parent
bd614e1e2a
commit
ef09f73a5e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
||||||
if cfg.useIPv6
|
if cfg.useIPv6
|
||||||
then ["${meshnetwork.wg_subnets.IPv6}"]
|
then ["${meshnetwork.wg_subnets.IPv6}"]
|
||||||
else ["${meshnetwork.wg_subnets.IPv4}"];
|
else ["${meshnetwork.wg_subnets.IPv4}"];
|
||||||
listenPort = cfg.wireguardPort;
|
listenPort = wireguardPort;
|
||||||
privateKeyFile = "/var/lib/wireguard-keys/private";
|
privateKeyFile = "/var/lib/wireguard-keys/private";
|
||||||
mtu = 1420;
|
mtu = 1420;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue