tywin: add zram swap
All checks were successful
flake / flake (push) Successful in 1m56s

This commit is contained in:
Jake Hillion 2024-05-06 23:25:08 +01:00
parent a272cd0661
commit e3887e320e

View File

@ -18,6 +18,13 @@
custom.locations.autoServe = true; custom.locations.autoServe = true;
custom.defaults = true; custom.defaults = true;
# zram swap: used in the hope it will give the ZFS ARC more room to back off
zramSwap = {
enable = true;
memoryPercent = 200;
algorithm = "zstd";
};
## Tailscale ## Tailscale
age.secrets."tailscale/tywin.storage.ts.hillion.co.uk".file = ../../secrets/tailscale/tywin.storage.ts.hillion.co.uk.age; age.secrets."tailscale/tywin.storage.ts.hillion.co.uk".file = ../../secrets/tailscale/tywin.storage.ts.hillion.co.uk.age;
services.tailscale = { services.tailscale = {