From 6a6abc79c2c69c4561d89741bad8e793b272bbed Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Jan 2023 15:15:17 +0100 Subject: [PATCH] flora-6: ensure to disable NetworkManager --- hosts/flora-6/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/flora-6/hardware-configuration.nix b/hosts/flora-6/hardware-configuration.nix index 0dd0cd95..5c17d5a0 100644 --- a/hosts/flora-6/hardware-configuration.nix +++ b/hosts/flora-6/hardware-configuration.nix @@ -37,6 +37,7 @@ swapDevices = [ ]; networking.useDHCP = lib.mkDefault false; + networking.networkmanager.enable = lib.mkForce false; hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }