From 18e31c8df3eb0b35ced099528a2032332878bc24 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 10 Oct 2023 22:17:02 +0200 Subject: [PATCH] assign IPv6 to upstream --- systems/LoutreOS/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index f8791c7..134a76d 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -129,6 +129,7 @@ networkConfig = { KeepConfiguration = "dhcp-on-stop"; IPv6AcceptRA = true; + DHCPPrefixDelegation = true; }; }; "40-eno2" = {