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