From 4e7a9586213b67eb332d03083179353fc708c1f9 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Fri, 14 Mar 2025 01:33:02 +0800 Subject: [PATCH] add ipv6 support for eno2 --- nixos/configurations/Tytonidae/networking.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/configurations/Tytonidae/networking.nix b/nixos/configurations/Tytonidae/networking.nix index 3da415a..a852bee 100644 --- a/nixos/configurations/Tytonidae/networking.nix +++ b/nixos/configurations/Tytonidae/networking.nix @@ -20,10 +20,10 @@ } ]; matchConfig.Name = "eno2"; - # networkConfig = { - # DHCP = "yes"; - # IPv6AcceptRA = true; - # }; + networkConfig = { + DHCP = "yes"; + IPv6AcceptRA = true; + }; }; }; };