From be00f01542ad0a2b9962ec691c5709944847686c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 2 Nov 2024 04:39:36 +0100 Subject: [PATCH] framework/bluetooth.nix: add EOL remark --- framework/bluetooth.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/bluetooth.nix b/framework/bluetooth.nix index fdb7da3e..ba76081c 100644 --- a/framework/bluetooth.nix +++ b/framework/bluetooth.nix @@ -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 = {