From f452ce64c71eee51523c0566bfc9a48691a771d8 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 29 Apr 2023 16:30:52 +0200 Subject: fixup config to really use the networkd --- common.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 7ed82ab..cc1e5fe 100644 --- a/common.nix +++ b/common.nix @@ -91,13 +91,11 @@ in hardware.enableAllFirmware = true; # networking via networkd + networking.useDHCP = false; systemd.network.enable = true; systemd.network.networks."10-lan" = { networkConfig = { - # start a DHCP Client for IPv4 Addressing/Routing - DHCP = "ipv4"; - # accept Router Advertisements for Stateless IPv6 Autoconfiguraton (SLAAC) - IPv6AcceptRA = true; + DHCP = "yes"; }; # make routing on this interface a dependency for network-online.target linkConfig.RequiredForOnline = "routable"; -- cgit v1.2.3