diff options
Diffstat (limited to 'machines/wolfram')
| -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 |
