feat(sysrq): enable sysrq support
This commit is contained in:
parent
3d1d4591de
commit
282f0d0115
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue