From f0c830fc7315d25880fc7c0df6924146416da02a Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 10 Oct 2023 22:19:47 +0530 Subject: [PATCH] update mtu --- hosts/rico2/wireguard.nix | 2 +- hosts/skipper/wireguard.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/rico2/wireguard.nix b/hosts/rico2/wireguard.nix index 956660a..f1de5ee 100644 --- a/hosts/rico2/wireguard.nix +++ b/hosts/rico2/wireguard.nix @@ -9,7 +9,7 @@ in { enable = true; interfaces = { wg0 = { - inherit (peers."${config.networking.hostName}") ips listenPort; + inherit (peers."${config.networking.hostName}") ips listenPort mtu; privateKeyFile = "/etc/wireguard/private.key"; generatePrivateKeyFile = true; peers = with peers; [ diff --git a/hosts/skipper/wireguard.nix b/hosts/skipper/wireguard.nix index 956660a..f1de5ee 100644 --- a/hosts/skipper/wireguard.nix +++ b/hosts/skipper/wireguard.nix @@ -9,7 +9,7 @@ in { enable = true; interfaces = { wg0 = { - inherit (peers."${config.networking.hostName}") ips listenPort; + inherit (peers."${config.networking.hostName}") ips listenPort mtu; privateKeyFile = "/etc/wireguard/private.key"; generatePrivateKeyFile = true; peers = with peers; [