diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index 7c7de91..3f52c60 100644 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -71,6 +71,7 @@ in time.timeZone = timezone; networking = { + networkmanager.enable = lib.mkForce false; hostName = hostname; wireless = { enable = true;