Use zswap to increase responsiveness
This commit is contained in:
@@ -18,6 +18,9 @@ with pkgs;
|
||||
size = 4096;
|
||||
}];
|
||||
|
||||
# Enable zswap
|
||||
zramSwap.enable = true;
|
||||
|
||||
# Configure basic SSH access
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user