task | add zram to servers
This commit is contained in:
parent
7361e9453f
commit
4cacc87625
1 changed files with 5 additions and 0 deletions
|
|
@ -168,6 +168,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 25;
|
||||
memoryMax = 2147483648;
|
||||
};
|
||||
#nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue