From 8083db3318eab0c53d597f320c61edc63c23be1b Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 26 Aug 2023 16:54:08 +0200 Subject: Feat(hosts/tiamat): Enable bluetooth --- hosts/tiamat/hardware/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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; -- cgit 1.4.1