set a minimum kernel
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
parent
2e8fce47c8
commit
a30c4834f4
|
@ -12,8 +12,7 @@
|
||||||
libvdpau-va-gl
|
libvdpau-va-gl
|
||||||
];
|
];
|
||||||
|
|
||||||
# Latest Kernel
|
boot.kernelPackages = lib.mkIf (lib.versionOlder pkgs.linux.version "6.1") pkgs.linuxPackages_latest;
|
||||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
|
||||||
|
|
||||||
# energy savings
|
# energy savings
|
||||||
hardware.bluetooth.powerOnBoot = lib.mkDefault false;
|
hardware.bluetooth.powerOnBoot = lib.mkDefault false;
|
||||||
|
|
Loading…
Reference in a new issue