oom protection and unzip
This commit is contained in:
parent
eed61b5940
commit
5226cb7133
3 changed files with 7 additions and 0 deletions
4
modules/system/core/oom.nix
Normal file
4
modules/system/core/oom.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
zramSwap.enable = true;
|
||||
systemd.oomd.enable = true;
|
||||
}
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
gucharmap
|
||||
ncdu
|
||||
zip
|
||||
unzip
|
||||
blueman
|
||||
shared-mime-info
|
||||
usbutils
|
||||
|
|
|
|||
|
|
@ -20,7 +20,9 @@ in {
|
|||
./homelab/dns.nix
|
||||
./homelab/git.nix
|
||||
./homelab/ai.nix
|
||||
|
||||
./core/swapfile.nix
|
||||
./core/oom.nix
|
||||
./misc/theme.nix
|
||||
./base.nix
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue