update mtu
This commit is contained in:
parent
1ff0745893
commit
f0c830fc73
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
inherit (peers."${config.networking.hostName}") ips listenPort;
|
inherit (peers."${config.networking.hostName}") ips listenPort mtu;
|
||||||
privateKeyFile = "/etc/wireguard/private.key";
|
privateKeyFile = "/etc/wireguard/private.key";
|
||||||
generatePrivateKeyFile = true;
|
generatePrivateKeyFile = true;
|
||||||
peers = with peers; [
|
peers = with peers; [
|
||||||
|
|
|
@ -9,7 +9,7 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
interfaces = {
|
interfaces = {
|
||||||
wg0 = {
|
wg0 = {
|
||||||
inherit (peers."${config.networking.hostName}") ips listenPort;
|
inherit (peers."${config.networking.hostName}") ips listenPort mtu;
|
||||||
privateKeyFile = "/etc/wireguard/private.key";
|
privateKeyFile = "/etc/wireguard/private.key";
|
||||||
generatePrivateKeyFile = true;
|
generatePrivateKeyFile = true;
|
||||||
peers = with peers; [
|
peers = with peers; [
|
||||||
|
|
Loading…
Reference in a new issue