9 lines
162 B
Nix
9 lines
162 B
Nix
{
|
|
boot = {
|
|
loader = {
|
|
systemd-boot.enable = true;
|
|
efi.canTouchEfiVariables = true;
|
|
};
|
|
kernelParams = ["sysrq_always_enabled=1"];
|
|
};
|
|
}
|