diff --git a/hosts/gendry.jakehillion-terminals.ts.hillion.co.uk/default.nix b/hosts/gendry.jakehillion-terminals.ts.hillion.co.uk/default.nix index d9d7a19..652ce99 100644 --- a/hosts/gendry.jakehillion-terminals.ts.hillion.co.uk/default.nix +++ b/hosts/gendry.jakehillion-terminals.ts.hillion.co.uk/default.nix @@ -29,6 +29,13 @@ ]; }; + ## Enable ZRAM swap to help with root on tmpfs + zramSwap = { + enable = true; + memoryPercent = 200; + algorithm = "zstd"; + }; + ## Desktop custom.users.jake.password = true; custom.desktop.awesome.enable = true;