From 5515e4f5a521b4ebe704278bec3273c8bd639d72 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 17 Sep 2023 15:57:39 +0200 Subject: update config, use NetworkManager --- neko/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'neko/configuration.nix') diff --git a/neko/configuration.nix b/neko/configuration.nix index 6f0ac1f..e5ae4b0 100644 --- a/neko/configuration.nix +++ b/neko/configuration.nix @@ -17,15 +17,6 @@ # host name networking.hostName = "neko"; - # main network interface via systemd-networkd - networking.useDHCP = false; - systemd.network.enable = true; - systemd.network.networks."10-lan" = { - matchConfig.Name = "enp10s0"; - networkConfig.DHCP = "yes"; - linkConfig.RequiredForOnline = "routable"; - }; - # intel graphics hardware.opengl.extraPackages = with pkgs; [ intel-media-driver intel-compute-runtime ]; hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ intel-media-driver ]; -- cgit v1.2.3