diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 373241e..3f572a2 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -130,12 +130,9 @@ matchConfig.Name = "enp34s0"; ntp = [ "192.168.2.1" ]; domains = [ "home.opel-online.de" ]; - ipv6AcceptRAConfig = { - DHCPv6Client = "always"; - UseDNS = true; - }; networkConfig = { DHCP = "yes"; + IPv6AcceptRA = true; }; }; };