Power off bluetooth at boot
This commit is contained in:
parent
3be4dc3422
commit
5f0934bf39
1 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,10 @@
|
|||
zsh.enable = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
|
||||
networking.hostName = "Tibo-NixFat";
|
||||
|
||||
|
|
Loading…
Reference in a new issue