diff options
Diffstat (limited to 'hosts/station/hardware.nix')
| -rw-r--r-- | hosts/station/hardware.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/station/hardware.nix b/hosts/station/hardware.nix index 8f84745..3360a06 100644 --- a/hosts/station/hardware.nix +++ b/hosts/station/hardware.nix @@ -7,5 +7,9 @@ rocmPackages.clr ]; }; + + bluetooth = { + enable = true; + }; }; } |
