Use zswap to increase responsiveness
This commit is contained in:
parent
1c6f4af430
commit
8b0aa0b5d3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue