From 577aec6587c83eae48d6bafebbb7fd2dbd77682d Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 6 Jun 2026 23:00:22 +0800 Subject: [PATCH] fix corrupted ly display --- profiles/desktop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/desktop.nix b/profiles/desktop.nix index 52fbb28..7196530 100644 --- a/profiles/desktop.nix +++ b/profiles/desktop.nix @@ -10,6 +10,9 @@ grub.enable = false; timeout = 0; }; + boot.kernel.sysctl = { + "kernel.printk" = "3 4 1 3"; + }; security.pam.loginLimits = [ {