diff options
-rw-r--r-- | hosts/apzu/hardware/default.nix | 2 |
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"; |