mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
framework/bluetooth.nix: add EOL remark
This commit is contained in:
committed by
mergify[bot]
parent
e4ad9ce38f
commit
be00f01542
@@ -9,6 +9,7 @@
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
# TODO: drop this if linux 6.11 goes EOL
|
||||
}: lib.mkIf ((config.boot.kernelPackages.kernelAtLeast "6.11") && (config.boot.kernelPackages.kernelOlder "6.12")) {
|
||||
systemd.services = {
|
||||
bluetooth-rfkill-suspend = {
|
||||
|
||||
Reference in New Issue
Block a user