mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Set mkDefault for enabling bluetooth.
This commit is contained in:
@@ -8,5 +8,5 @@ with lib;
|
|||||||
../../../common/gpu/amd
|
../../../common/gpu/amd
|
||||||
];
|
];
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = lib.mkDefault true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user