From fdc1e11bae19de4be9e0d872f6abc67504c6b49a Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Tue, 28 Mar 2023 18:25:45 +0200 Subject: [PATCH] sail: Re-Enable IPv6 --- system/hosts/sail.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/hosts/sail.nix b/system/hosts/sail.nix index 0a3ba27..a806702 100644 --- a/system/hosts/sail.nix +++ b/system/hosts/sail.nix @@ -103,8 +103,9 @@ in "10-wan" = { matchConfig.Name = "enp1s0"; networkConfig = { - DHCP = "yes"; - IPv6AcceptRA = true; + DHCP = "ipv4"; + Address = "2a01:4f8:c2c:989c::1/64"; + Gateway = "fe80::1"; }; linkConfig.RequiredForOnline = "routable";