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.