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 '';