Cursed changes

This commit is contained in:
Artemis Tosini 2021-11-02 01:16:11 +00:00
parent d5794f3159
commit 51bbfad1e7
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 9 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8e7d1a212ec93008a038ba9cfa178f21584c8441
Subproject commit d7f24ba79b387aab96eea1066b8e3a431bb54aaa

View file

@ -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 = {