Cursed changes
This commit is contained in:
parent
d5794f3159
commit
51bbfad1e7
2
private
2
private
|
@ -1 +1 @@
|
|||
Subproject commit 8e7d1a212ec93008a038ba9cfa178f21584c8441
|
||||
Subproject commit d7f24ba79b387aab96eea1066b8e3a431bb54aaa
|
|
@ -7,6 +7,14 @@ 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