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