about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-18 20:01:33 +0200
committerSoispha <soispha@vhack.eu>2023-08-18 20:01:33 +0200
commitf4c17abfdd4e5064e5fd358b76296d8959e57063 (patch)
tree1551f3e30815600ade086766bd748f5333c8d827
parentBuild(treewide): Update (diff)
downloadnixos-config-f4c17abfdd4e5064e5fd358b76296d8959e57063.tar.gz
nixos-config-f4c17abfdd4e5064e5fd358b76296d8959e57063.zip
Feat(hosts/apzu): Enable bluetooth
-rw-r--r--hosts/apzu/hardware/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/apzu/hardware/default.nix b/hosts/apzu/hardware/default.nix
index a208c94c..6bc88e20 100644
--- a/hosts/apzu/hardware/default.nix
+++ b/hosts/apzu/hardware/default.nix
@@ -7,6 +7,8 @@
 
   nixpkgs.hostPlatform = "x86_64-linux";
 
+  hardware.bluetooth.enable = true;
+
   soispha.disks = {
     enable = true;
     disk = "/dev/disk/by-id/nvme-INTEL_SSDPEKNU512GZH_PHKA1481032A512A_1";