From f4c17abfdd4e5064e5fd358b76296d8959e57063 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 18 Aug 2023 20:01:33 +0200 Subject: Feat(hosts/apzu): Enable bluetooth --- hosts/apzu/hardware/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') 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"; -- cgit 1.4.1