mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-14 15:09:41 +01:00
framework/bluetooth.nix: add EOL remark
This commit is contained in:
parent
e4ad9ce38f
commit
be00f01542
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue