diff options
author | Soispha <soispha@vhack.eu> | 2023-08-26 16:54:08 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-26 16:54:08 +0200 |
commit | 8083db3318eab0c53d597f320c61edc63c23be1b (patch) | |
tree | 3a5b81709eb82d0389ed546f89edae323cb5fa61 /hosts | |
parent | Build(flake): Update (diff) | |
download | nixos-config-8083db3318eab0c53d597f320c61edc63c23be1b.tar.gz nixos-config-8083db3318eab0c53d597f320c61edc63c23be1b.zip |
Feat(hosts/tiamat): Enable bluetooth
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/tiamat/hardware/default.nix | 1 |
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; |