From 75bc0e4b0e90d7b0a53e59796848f995567ad6a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 16 Aug 2020 16:53:33 +0100 Subject: [PATCH] move MTU correct section --- modules/retiolum/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/retiolum/default.nix b/modules/retiolum/default.nix index 29877a9..4a4a8b4 100644 --- a/modules/retiolum/default.nix +++ b/modules/retiolum/default.nix @@ -60,9 +60,11 @@ in { [Match] Name = tinc.${netname} - [Network] + [Link] # tested with `ping -6 turingmachine.r -s 1378`, not sure how low it must be - MTU=1377 + MTUBytes=1377 + + [Network] Address=${cfg.ipv4}/12 Address=${cfg.ipv6}/16 '';