earlyoom and update intellij

This commit is contained in:
Kopatz
2026-02-16 19:30:01 +01:00
parent ac9898b99f
commit 1005fa4a11
2 changed files with 7 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ in
with pkgs; with pkgs;
[ [
man-pages man-pages
stable.jetbrains.idea-ultimate jetbrains.idea
typescript typescript
bruno bruno
nodejs_22 # needed for tabby extension nodejs_22 # needed for tabby extension

View File

@@ -120,6 +120,12 @@
}; };
}; };
services.earlyoom = {
enable = true;
freeMemThreshold = 2;
freeSwapThreshold = 2;
};
services.logind.settings.Login = { services.logind.settings.Login = {
HandlePowerKey = "suspend"; HandlePowerKey = "suspend";
}; };