feat(earlyoom): get rid of earlyoom in favor of systemd-oomd

This commit is contained in:
buffet 2024-02-10 17:45:53 +01:00
parent c79fb20bb3
commit 2d937f71d3
2 changed files with 0 additions and 12 deletions

View file

@ -14,7 +14,6 @@
nur.nixosModules.nur
./borg.nix
./earlyoom.nix
./gdm.nix
./gpg.nix
./keyd.nix

View file

@ -1,11 +0,0 @@
# TODO: remove in favor of systemd-oomd
_: {
services = {
systembus-notify.enable = true;
earlyoom = {
enable = true;
enableNotifications = true;
};
};
}