summaryrefslogtreecommitdiff
path: root/hosts/kay/modules/hurricane.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/kay/modules/hurricane.nix')
-rw-r--r--hosts/kay/modules/hurricane.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/hosts/kay/modules/hurricane.nix b/hosts/kay/modules/hurricane.nix
index d0a0531..272f120 100644
--- a/hosts/kay/modules/hurricane.nix
+++ b/hosts/kay/modules/hurricane.nix
@@ -14,9 +14,11 @@ in
inherit remote;
ttl = 225;
};
- interfaces.${iface}.ipv6.addresses = [{
- inherit prefixLength address;
- }];
+ interfaces.${iface} = {
+ mtu = 1440; # 1460(ppp0) - 20
+ ipv6.addresses =
+ [{ inherit prefixLength address; }];
+ };
iproute2 = {
enable = true;