Use zswap to increase responsiveness

This commit is contained in:
coolneng 2023-02-27 23:15:32 +01:00
parent 1c6f4af430
commit 8b0aa0b5d3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ with pkgs;
size = 4096; size = 4096;
}]; }];
# Enable zswap
zramSwap.enable = true;
# Configure basic SSH access # Configure basic SSH access
services.openssh = { services.openssh = {
enable = true; enable = true;