From 8de4977c60a97509129f249cfef2ed4fa03a5cc5 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 22 Apr 2026 03:50:51 +0200 Subject: Add static IPv6 address to truite Signed-off-by: Mel --- machines/truite/devices.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'machines/truite/devices.nix') diff --git a/machines/truite/devices.nix b/machines/truite/devices.nix index e981b2b..3d8bfce 100644 --- a/machines/truite/devices.nix +++ b/machines/truite/devices.nix @@ -26,10 +26,11 @@ enable = true; networks."10-wan" = { name = "ens18"; - address = [ "194.87.197.92/23" ]; - gateway = [ "194.87.196.1" ]; - DHCP = "ipv6"; + address = [ "194.87.197.92/23" "2a00:b700:5::3:1cb/118" ]; + gateway = [ "194.87.196.1" ]; + routes = [ { Gateway = "2a00:b700:5::1"; GatewayOnLink = true; } ]; + DHCP = "no"; }; }; } -- cgit 1.4.1