No more kernel logo
This commit is contained in:
parent
93ab08adac
commit
42e39a94a8
|
@ -7,14 +7,6 @@ in
|
||||||
boot = {
|
boot = {
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||||
kernelPatches = [ {
|
|
||||||
name = "logo";
|
|
||||||
patch = null;
|
|
||||||
extraConfig = ''
|
|
||||||
LOGO y
|
|
||||||
LOGO_LINUX_CLUT224 y
|
|
||||||
'';
|
|
||||||
} ];
|
|
||||||
kernel.sysctl."vm.swappiness" = 5;
|
kernel.sysctl."vm.swappiness" = 5;
|
||||||
cleanTmpDir = true;
|
cleanTmpDir = true;
|
||||||
loader.systemd-boot-secure = {
|
loader.systemd-boot-secure = {
|
||||||
|
|
Loading…
Reference in a new issue