nix: enable sysrq on nixos hosts

This commit is contained in:
Nico 2025-05-03 16:15:59 +10:00
parent b39d0b248c
commit fbaea45cd3

View file

@ -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;