feat(sysrq): enable sysrq support

This commit is contained in:
Khaïs COLIN 2024-10-19 16:21:34 +02:00
parent 3d1d4591de
commit 282f0d0115

View file

@ -7,6 +7,9 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# enable sysrq support for REISUB
boot.kernel.sysctl."kernel.sysrq" = "1";
# Enable networking
networking.networkmanager.enable = true;