diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-10-27 21:41:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-10-27 21:41:37 +0530 |
commit | e013081567565359d87c483025f7894ba3eb42a3 (patch) | |
tree | 34dfa91a9488ce2f598ec95b81edf6fdf2ed3578 /os/cez/configuration.nix | |
parent | ec5fc01b62f0c2fb680e5cb9233b3533f18105b3 (diff) |
cez: enable bluetooth
Diffstat (limited to 'os/cez/configuration.nix')
-rw-r--r-- | os/cez/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/cez/configuration.nix b/os/cez/configuration.nix index 59ea6b6..0fe5dde 100644 --- a/os/cez/configuration.nix +++ b/os/cez/configuration.nix @@ -12,4 +12,5 @@ defaults.pcm.card 1 defaults.ctl.card 1 ''; + hardware.bluetooth.enable = true; } |