1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 12:07:48 +00:00

Use latest Kernel

This commit is contained in:
RGBCube 2023-11-25 19:38:59 +03:00
parent c0e5635dc3
commit e047927075
No known key found for this signature in database

View file

@ -1,6 +1,7 @@
{ ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
{ pkgs, ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
(systemConfiguration {
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;