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