too lazy to write a proper message but this fixes the greeter
This commit is contained in:
alsaiduq-lab 2025-12-31 17:52:47 -07:00
parent 4459f75c75
commit ec3d8e3a52
11 changed files with 148 additions and 76 deletions

View file

@ -9,7 +9,7 @@
timeout = 5;
};
tmp.cleanOnBoot = true;
kernelPackages = pkgs.linuxPackages;
kernelPackages = pkgs.linuxPackages_latest;
consoleLogLevel = 3;
initrd.verbose = false;
kernelParams = [
@ -19,6 +19,11 @@
"udev.log_priority=3"
"rd.systemd.show_status=auto"
];
# cpu specific optimizations
kernel.sysctl = {
"vm.swappiness" = 10;
"vm.vfs_cache_pressure" = 50;
};
};
# some people really like putting #/bin/sh or #/bin/bash