From 2d663d301add982bf2ea9b1d576daa025eec4c3a Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 31 Dec 2024 01:01:11 +0100 Subject: Make IPv6 gateway on-link Signed-off-by: Mel --- configuration/devices.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configuration') diff --git a/configuration/devices.nix b/configuration/devices.nix index 0ef8250..c753153 100644 --- a/configuration/devices.nix +++ b/configuration/devices.nix @@ -26,7 +26,10 @@ "2001:41d0:701:1100::522b" ]; routes = [ - { Gateway = "2001:41d0:701:1100::1"; } + { + Gateway = "2001:41d0:701:1100::1"; + GatewayOnLink = true; + } ]; }; } -- cgit 1.4.1