Update to Linux 6.3
This commit is contained in:
parent
75e689cc21
commit
379b4602ae
1 changed files with 8 additions and 6 deletions
|
@ -25,7 +25,6 @@
|
||||||
base = {
|
base = {
|
||||||
plymouth.enable = true;
|
plymouth.enable = true;
|
||||||
work = false;
|
work = false;
|
||||||
kernel = pkgs.linuxKernel.packages.linux_6_2;
|
|
||||||
udev-rules = {
|
udev-rules = {
|
||||||
qmk = true;
|
qmk = true;
|
||||||
solo2 = true;
|
solo2 = true;
|
||||||
|
@ -66,12 +65,15 @@
|
||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.loader = {
|
boot = {
|
||||||
systemd-boot = {
|
kernelPackages = pkgs.linuxPackages_6_3;
|
||||||
enable = true;
|
loader = {
|
||||||
configurationLimit = 10;
|
systemd-boot = {
|
||||||
|
enable = true;
|
||||||
|
configurationLimit = 10;
|
||||||
|
};
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
efi.canTouchEfiVariables = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Amsterdam";
|
time.timeZone = "Europe/Amsterdam";
|
||||||
|
|
Loading…
Reference in a new issue