feat(earlyoom): get rid of earlyoom in favor of systemd-oomd
This commit is contained in:
parent
c79fb20bb3
commit
2d937f71d3
2 changed files with 0 additions and 12 deletions
|
@ -14,7 +14,6 @@
|
|||
nur.nixosModules.nur
|
||||
|
||||
./borg.nix
|
||||
./earlyoom.nix
|
||||
./gdm.nix
|
||||
./gpg.nix
|
||||
./keyd.nix
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
# TODO: remove in favor of systemd-oomd
|
||||
_: {
|
||||
services = {
|
||||
systembus-notify.enable = true;
|
||||
|
||||
earlyoom = {
|
||||
enable = true;
|
||||
enableNotifications = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue