From a8fee727f8bc4ec137f0d32990efa9dbb73b795f Mon Sep 17 00:00:00 2001 From: TudbuT Date: Sat, 9 Nov 2024 06:53:54 +0100 Subject: [PATCH] sysrq: enable --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index a86fa70..e19c09c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -122,6 +122,7 @@ in #services.modemmanager.enable = true; systemd.services.modem-manager.enable = true; systemd.services.earlyoom.enable = true; + boot.kernel.sysctl."kernel.sysrq" = 1; # Set your time zone. time.timeZone = "Europe/Berlin";