mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
Merge pull request #1481 from j0hax/master
TUXEDO Infinitybook: Enable bluetooth by default
This commit is contained in:
commit
c028fdea6f
1 changed files with 8 additions and 4 deletions
|
|
@ -5,8 +5,12 @@
|
|||
../../common/pc/ssd
|
||||
];
|
||||
|
||||
# Enable TUXEDO's kernel drivers if they are available
|
||||
hardware = lib.optionalAttrs (options.hardware ? tuxedo-drivers) {
|
||||
tuxedo-drivers.enable = lib.mkDefault true;
|
||||
};
|
||||
hardware =
|
||||
lib.mkDefault {
|
||||
bluetooth.enable = true;
|
||||
}
|
||||
# Enable TUXEDO's kernel drivers if they are available
|
||||
// lib.optionalAttrs (options.hardware ? tuxedo-drivers) {
|
||||
tuxedo-drivers.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue