mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 12:07:48 +00:00
Use latest Kernel
This commit is contained in:
parent
c0e5635dc3
commit
e047927075
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
{ ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
|
{ pkgs, ulib, systemConfiguration, homeConfiguration, importAll, ... }: ulib.recursiveUpdate3
|
||||||
|
|
||||||
(systemConfiguration {
|
(systemConfiguration {
|
||||||
boot.loader = {
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
boot.loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = true;
|
||||||
systemd-boot.editor = false;
|
systemd-boot.editor = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue