1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +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,7 +1,8 @@
{ ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
{ pkgs, ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
(systemConfiguration {
boot.loader = {
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = {
efi.canTouchEfiVariables = true;
systemd-boot.enable = true;
systemd-boot.editor = false;