diff --git a/hosts/nixos-common.nix b/hosts/nixos-common.nix index 2e0fdf3..d27fbc8 100644 --- a/hosts/nixos-common.nix +++ b/hosts/nixos-common.nix @@ -24,6 +24,10 @@ # useXkbConfig = true; # use xkb.options in tty. # }; + + # Enable sysrq + boot.kernel.sysctl."kernel.sysrq" = 1; + # Enable the OpenSSH daemon. services.openssh.enable = true;