diff --git a/hosts/jorah.cx.ts.hillion.co.uk/default.nix b/hosts/jorah.cx.ts.hillion.co.uk/default.nix index 64ed13c..7aa55a0 100644 --- a/hosts/jorah.cx.ts.hillion.co.uk/default.nix +++ b/hosts/jorah.cx.ts.hillion.co.uk/default.nix @@ -31,6 +31,19 @@ }; }; + services.foldingathome = { + enable = true; + user = "JakeH"; # https://stats.foldingathome.org/donor/id/357021 + daemonNiceLevel = 19; + }; + + ## Enable ZRAM to help with root on tmpfs + zramSwap = { + enable = true; + memoryPercent = 200; + algorithm = "zstd"; + }; + ## Filesystems services.btrfs.autoScrub = { enable = true;