From 172d4a37a8b345a74b144cbc260c05860cd272cd Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Wed, 19 Mar 2025 15:05:28 -0500 Subject: [PATCH] pi idk --- hosts/pi4/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index 7ee2f3b..cee62d8 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -66,12 +66,12 @@ in }; hardware = { - raspberry-pi."4".fkms-3d.enable = true; - raspberry-pi."4".apply-overlays-dtmerge.enable = true; - raspberry-pi."4".audio.enable = true; - raspberry-pi."4".bluetooth.enable = true; - raspberry-pi."4".dwc2.enable = true; - raspberry-pi."4".xhci.enable = true; + raspberry-pi."4".fkms-3d.enable = false; + raspberry-pi."4".apply-overlays-dtmerge.enable = false; + raspberry-pi."4".audio.enable = false; + raspberry-pi."4".bluetooth.enable = false; + raspberry-pi."4".dwc2.enable = false; + raspberry-pi."4".xhci.enable = false; }; # Set your time zone.