oom protection and unzip

This commit is contained in:
Satria 2026-03-07 08:07:49 +07:00
commit 5226cb7133
3 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ ... }: {
zramSwap.enable = true;
systemd.oomd.enable = true;
}

View file

@ -24,6 +24,7 @@
gucharmap gucharmap
ncdu ncdu
zip zip
unzip
blueman blueman
shared-mime-info shared-mime-info
usbutils usbutils

View file

@ -20,7 +20,9 @@ in {
./homelab/dns.nix ./homelab/dns.nix
./homelab/git.nix ./homelab/git.nix
./homelab/ai.nix ./homelab/ai.nix
./core/swapfile.nix ./core/swapfile.nix
./core/oom.nix
./misc/theme.nix ./misc/theme.nix
./base.nix ./base.nix
]; ];