diff options
author | Soispha <soispha@vhack.eu> | 2023-08-18 20:01:33 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-18 20:01:33 +0200 |
commit | f4c17abfdd4e5064e5fd358b76296d8959e57063 (patch) | |
tree | 1551f3e30815600ade086766bd748f5333c8d827 /hosts/apzu | |
parent | Build(treewide): Update (diff) | |
download | nixos-config-f4c17abfdd4e5064e5fd358b76296d8959e57063.tar.gz nixos-config-f4c17abfdd4e5064e5fd358b76296d8959e57063.zip |
Feat(hosts/apzu): Enable bluetooth
Diffstat (limited to 'hosts/apzu')
-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"; |