diff options
Diffstat (limited to 'machines/truite')
| -rw-r--r-- | machines/truite/devices.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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"; }; }; } |
