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.