From 0737c1461b8d01bfa39535f98a57c2b005d2e741 Mon Sep 17 00:00:00 2001 From: NullBite Date: Wed, 8 Jan 2025 15:33:06 -0500 Subject: [PATCH] system/pc: enable sysrq --- system/profile/pc.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/profile/pc.nix b/system/profile/pc.nix index 0938200..eb09286 100644 --- a/system/profile/pc.nix +++ b/system/profile/pc.nix @@ -38,6 +38,9 @@ in }; }; + # enable sysrq + boot.kernel.sysctl."kernel.sysrq" = mkDefault 1; + # enable filesystems boot.supportedFilesystems = { # not yet; need kernel 6.7. update the lts kernel first.