update(basics): add early-oom
This commit is contained in:
parent
b37e001460
commit
9ea3a29100
2 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
./distributed.nix
|
./distributed.nix
|
||||||
./docker.nix
|
./docker.nix
|
||||||
./extended-registry.nix
|
./extended-registry.nix
|
||||||
|
./early-oom.nix
|
||||||
./fstrim.nix
|
./fstrim.nix
|
||||||
./fwupd.nix
|
./fwupd.nix
|
||||||
./remote-deploy.nix
|
./remote-deploy.nix
|
||||||
|
|
|
||||||
1
nixos/basics/early-oom.nix
Normal file
1
nixos/basics/early-oom.nix
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ services.earlyoom.enable = true; }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue