mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-09 20:49:40 +01:00
Set mkDefault for enabling bluetooth.
This commit is contained in:
parent
b978e8c903
commit
a5e2826fc2
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ with lib;
|
||||||
../../../common/gpu/amd
|
../../../common/gpu/amd
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue