diff --git a/nixos/boxes/home/routing-common/kea.nix b/nixos/boxes/home/routing-common/kea.nix index b89c1b3..a92a4e7 100644 --- a/nixos/boxes/home/routing-common/kea.nix +++ b/nixos/boxes/home/routing-common/kea.nix @@ -2,7 +2,7 @@ index: { lib, pkgs, assignments, ... }: let inherit (lib) mkForce; inherit (lib.my) net; - inherit (lib.my.c.home) domain prefixes vips; + inherit (lib.my.c.home) domain prefixes vips hiMTU; dns-servers = [ { @@ -73,6 +73,10 @@ in name = "domain-name-servers"; data = "${net.cidr.host 1 prefixes.hi.v4}, ${net.cidr.host 2 prefixes.hi.v4}"; } + { + name = "interface-mtu"; + data = toString hiMTU; + } ]; pools = [ {