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; + }; }; }; };