set a minimum kernel

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
me00001 2022-12-29 13:23:08 +03:00 committed by GitHub
parent 2e8fce47c8
commit a30c4834f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@
libvdpau-va-gl
];
# Latest Kernel
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.1") pkgs.linuxPackages_latest;
# energy savings
hardware.bluetooth.powerOnBoot = lib.mkDefault false;