mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-14 23:19: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,
|
lib,
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
|
# TODO: drop this if linux 6.11 goes EOL
|
||||||
}: lib.mkIf ((config.boot.kernelPackages.kernelAtLeast "6.11") && (config.boot.kernelPackages.kernelOlder "6.12")) {
|
}: lib.mkIf ((config.boot.kernelPackages.kernelAtLeast "6.11") && (config.boot.kernelPackages.kernelOlder "6.12")) {
|
||||||
systemd.services = {
|
systemd.services = {
|
||||||
bluetooth-rfkill-suspend = {
|
bluetooth-rfkill-suspend = {
|
||||||
|
|
Loading…
Reference in a new issue