diff options
| author | Mel <mel@rnrd.eu> | 2026-03-21 01:39:25 +0100 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2026-03-21 01:39:47 +0100 |
| commit | 3cd040aad5bd39b93e34bbd4bad4a525529900d2 (patch) | |
| tree | f219fa10ab34fe6a9a327554e2bb68e2dfc575ff /machines | |
| parent | cbb7bd7509fe14084784c38983697375e18699f9 (diff) | |
| download | minerals-3cd040aad5bd39b93e34bbd4bad4a525529900d2.tar.zst minerals-3cd040aad5bd39b93e34bbd4bad4a525529900d2.zip | |
Enable Bluetooth on Wolfram
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/wolfram/devices.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/machines/wolfram/devices.nix b/machines/wolfram/devices.nix index 21860a7..0c5d8b8 100644 --- a/machines/wolfram/devices.nix +++ b/machines/wolfram/devices.nix @@ -40,6 +40,11 @@ intel-ocl ]; }; + + bluetooth = { + enable = true; + powerOnBoot = true; + }; }; # swap alternative |
