From 3ec513162f23cd92e6e4734d1c2b6a236ed633d2 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 30 Jan 2025 20:34:16 -0600 Subject: [PATCH] t --- hosts/pi4/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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;