jorah: enable zramSwap
All checks were successful
flake / flake (push) Successful in 1m29s

This commit is contained in:
Jake Hillion 2024-04-17 23:04:04 +01:00
parent 2c432ce986
commit f4f6c66098

View File

@ -37,6 +37,13 @@
daemonNiceLevel = 19;
};
## Enable ZRAM to help with root on tmpfs
zramSwap = {
enable = true;
memoryPercent = 200;
algorithm = "zstd";
};
## Filesystems
services.btrfs.autoScrub = {
enable = true;