about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-26 16:54:08 +0200
committerSoispha <soispha@vhack.eu>2023-08-26 16:54:08 +0200
commit8083db3318eab0c53d597f320c61edc63c23be1b (patch)
tree3a5b81709eb82d0389ed546f89edae323cb5fa61
parentBuild(flake): Update (diff)
downloadnixos-config-8083db3318eab0c53d597f320c61edc63c23be1b.tar.gz
nixos-config-8083db3318eab0c53d597f320c61edc63c23be1b.zip
Feat(hosts/tiamat): Enable bluetooth
-rw-r--r--hosts/tiamat/hardware/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix
index d28e90e9..81a74620 100644
--- a/hosts/tiamat/hardware/default.nix
+++ b/hosts/tiamat/hardware/default.nix
@@ -6,6 +6,7 @@
   ];
 
   nixpkgs.hostPlatform = "x86_64-linux";
+  hardware.bluetooth.enable = true;
 
   soispha.disks = {
     enable = true;