diff --git a/hosts/jorah.cx.ts.hillion.co.uk/default.nix b/hosts/jorah.cx.ts.hillion.co.uk/default.nix index 0138d4b..7aa55a0 100644 --- a/hosts/jorah.cx.ts.hillion.co.uk/default.nix +++ b/hosts/jorah.cx.ts.hillion.co.uk/default.nix @@ -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;