boron: remove folding@home
All checks were successful
flake / flake (push) Successful in 1m58s

The update from 23.11 to 24.05 brought a new folding@home version that
doesn't work. It doesn't work by default and there is 0 documentation on
writing xml configs manually, and even the web UI redirects to a
nonsense public website now. Unfortunately this means I'm going to let
this box idle rather than doing useful work, for now at least.
This commit is contained in:
Jake Hillion 2024-05-10 20:43:25 +01:00
parent 2153c22d7f
commit 9cc389f865

View File

@ -48,12 +48,6 @@
locations.autoServe = true;
};
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;