From a71c960ef5d30f54d76d0edf9aa7f89485a6ba05 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 9 Oct 2023 15:29:24 +0200 Subject: [PATCH] hosts: desktop: move to systemd-networkd --- hosts/desktop/hardware-configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }; }; };