Enable sysrq for debugging.

This commit is contained in:
2025-12-06 12:25:17 +00:00
parent 41eacfec02
commit 7fd79c9911

View File

@@ -18,4 +18,7 @@
networking.hostName = "beefy";
networking.cluster.primaryInterface = "enp1s0";
services.tailscaleAutoconnect.authkey = "tskey-auth-k79UsDTw2v11CNTRL-oYqji35BE9c7CqM89Dzs9cBF14PmqYsi";
# Enable all SysRq functions for debugging hangs
boot.kernel.sysctl."kernel.sysrq" = 1;
}