mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 16:39:07 +01:00
bluethoot: Don't start on boot
This commit is contained in:
parent
97e5601cf2
commit
73b1eedd22
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
powerOnBoot = false;
|
||||
};
|
||||
logitech.wireless.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue