enable sysrq

This commit is contained in:
cy 2025-01-01 03:06:18 -05:00
parent ba36643dd9
commit 0513f19e52

View file

@ -64,6 +64,7 @@
enable = true; enable = true;
pkiBundle = "/var/lib/sbctl"; pkiBundle = "/var/lib/sbctl";
}; };
kernel.sysctl."kernel.sysrq" = 1;
}; };
networking = { networking = {