configure kernel.sysrq

This commit is contained in:
Motiejus Jakštys 2024-02-04 19:58:52 +02:00
parent 8e369dfcd6
commit 5510e78f80
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
};
config = {
# https://github.com/NixOS/nixpkgs/issues/83694#issuecomment-605657381
boot.kernel.sysctl."kernel.sysrq" = "438";
nixpkgs.config.allowUnfree = true;
hardware.enableRedistributableFirmware = true;