diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-11-21 22:05:12 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-11-21 22:05:12 +0530 |
commit | f004829e42cb395693707a9b720fa9b61097a505 (patch) | |
tree | 7af8133d4d28bce22a294fef8163f0736c6984d0 | |
parent | 03cd81136137fb2aada4bfa495808e5da9ae1bf8 (diff) |
Revert "cez: enable bluetooth"master
This reverts commit e013081567565359d87c483025f7894ba3eb42a3.
-rw-r--r-- | os/cez/configuration.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/cez/configuration.nix b/os/cez/configuration.nix index fbed83f..af2d144 100644 --- a/os/cez/configuration.nix +++ b/os/cez/configuration.nix @@ -7,6 +7,4 @@ ./modules/wireguard.nix ./modules/tlp.nix ]; - - hardware.bluetooth.enable = true; } |