Disable bluetooth
This commit is contained in:
parent
7d240cd3e9
commit
cee78aa6cc
|
@ -34,6 +34,10 @@
|
|||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
# Disable bluetooth
|
||||
hardware.bluetooth.enable = false;
|
||||
services.blueman.enable = false;
|
||||
|
||||
services.tlp = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue