From ee5705c455c61a532e158c809af6401a799befee Mon Sep 17 00:00:00 2001 From: Matt Jallen Date: Mon, 17 Mar 2025 04:07:48 +0000 Subject: [PATCH] Update configuration.nix --- hosts/pi4/configuration.nix | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/hosts/pi4/configuration.nix b/hosts/pi4/configuration.nix index 3c8004f..7ee2f3b 100755 --- a/hosts/pi4/configuration.nix +++ b/hosts/pi4/configuration.nix @@ -65,16 +65,14 @@ in enable = false; }; - # hardware = { - # raspberry-pi."4".fkms-3d.enable = true; - # raspberry-pi."4".apply-overlays-dtmerge.enable = true; - # raspberry-pi."4".audio.enable = true; - # deviceTree = { - # enable = true; - # filter = "*rpi-4-*.dtb"; - # }; - # pulseaudio.enable = true; - # }; + 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; + }; # Set your time zone. time.timeZone = timezone;