1
0
Fork 0
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:
Jörg Thalheim 2024-11-02 04:39:36 +01:00 committed by mergify[bot]
parent e4ad9ce38f
commit be00f01542

View file

@ -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 = {