chore: use terminus for console font and remove kernel param

* Lat2-Terminus16 looks nice, not sure why I replaced it.
* Remove `udev.log_level=3` from the kernel param cmdline. This option
was added to test out plymouth on boot, which surprisingly seems to not
be working right now. Will revisit this later.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay D. Pai 2024-09-02 19:09:28 +05:30
parent ef02b8168d
commit 711c1f9821
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -24,9 +24,9 @@
config = { config = {
console = { console = {
font = "Lat2-Terminus16";
keyMap = lib.mkDefault "us"; keyMap = lib.mkDefault "us";
useXkbConfig = true; useXkbConfig = true;
font = lib.mkDefault "${pkgs.terminus_font}/share/consolefonts/ter-u28n.psf.gz";
}; };
# Enable all snowflake core modules. # Enable all snowflake core modules.
@ -46,7 +46,6 @@
kernelParams = [ kernelParams = [
"pcie_aspm.policy=performance" "pcie_aspm.policy=performance"
"nmi_watchdog=0" "nmi_watchdog=0"
"udev.log_level=3"
]; ];
loader = { loader = {