hardware/bluetooth.nix: configure powerOnBoot properly
This commit is contained in:
parent
f7e85b6cde
commit
2836770da9
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = mkIf cfg.powerOnBoot true;
|
||||
inherit (cfg) powerOnBoot;
|
||||
};
|
||||
environment.systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue