This commit is contained in:
Jimbo 2024-12-15 17:51:29 -05:00
parent 3ab12d4a1f
commit 2d3d4bcc2b
5 changed files with 17 additions and 4 deletions

View file

@ -5,4 +5,9 @@
./services
./systemd
];
boot.kernel.sysctl = {
"vm.max_map_count" = 2147483642;
"kernel.sysrq" = 1;
};
}

View file

@ -2,6 +2,7 @@
{
imports = [
./displaymanager
./earlyoom
./gnome-keyring
./gvfs
./keyd

View file

@ -0,0 +1,4 @@
{ ... }:
{
services.earlyoom.enable = true;
}