update(basics): add early-oom

This commit is contained in:
Filippo Berto 2025-11-28 09:00:03 +01:00
parent b37e001460
commit 9ea3a29100
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
./distributed.nix
./docker.nix
./extended-registry.nix
./early-oom.nix
./fstrim.nix
./fwupd.nix
./remote-deploy.nix

View file

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