From 9cc389f865232365a8a95c215c4f506202d04a3a Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Fri, 10 May 2024 20:43:25 +0100 Subject: [PATCH] boron: remove folding@home 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. --- hosts/boron.cx.ts.hillion.co.uk/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/boron.cx.ts.hillion.co.uk/default.nix b/hosts/boron.cx.ts.hillion.co.uk/default.nix index a336a45..b2ac799 100644 --- a/hosts/boron.cx.ts.hillion.co.uk/default.nix +++ b/hosts/boron.cx.ts.hillion.co.uk/default.nix @@ -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;