1
0
Fork 0

Fix earlyoom

This commit is contained in:
Malte 2023-03-01 00:03:06 +01:00
parent 54090163bd
commit e8e2e62ce2

View file

@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
imports = [ imports = [
../../roles/earlyoom.nix ./earlyoom.nix
]; ];
boot.kernelParams = ["mitigations=off"]; boot.kernelParams = ["mitigations=off"];
console.keyMap = "neo"; console.keyMap = "neo";