task | add zram to servers

This commit is contained in:
Don Harper 2024-10-09 22:57:08 -05:00
parent 7361e9453f
commit 4cacc87625

View file

@ -168,6 +168,11 @@ in {
};
};
zramSwap = {
enable = true;
memoryPercent = 25;
memoryMax = 2147483648;
};
#nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [