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 --- mini/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'mini/configuration.nix') diff --git a/mini/configuration.nix b/mini/configuration.nix index a930f87..36ec173 100644 --- a/mini/configuration.nix +++ b/mini/configuration.nix @@ -17,15 +17,6 @@ # host name networking.hostName = "mini"; - # main network interface via systemd-networkd - networking.useDHCP = false; - systemd.network.enable = true; - systemd.network.networks."10-lan" = { - matchConfig.Name = "eno1"; - networkConfig.DHCP = "yes"; - linkConfig.RequiredForOnline = "routable"; - }; - # amd graphics hardware.opengl.extraPackages = with pkgs; [ amdvlk rocm-opencl-icd rocm-opencl-runtime ]; hardware.opengl.extraPackages32 = with pkgs.pkgsi686Linux; [ amdvlk ]; -- cgit v1.2.3