BOINC

From NixOS Wiki
Revision as of 11:19, 17 May 2024 by Klinger (talk | contribs) (links to BOINC and documentation of boinc-manager)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

BOINC lets you contribute computing power on your home PC to projects doing research in many scientific areas. You can contribute to a single project, or to any combination of them. To install and enable BOINC on NixOS, add this to your configuration.nix:

services.boinc.enable = true;
services.boinc.extraEnvPackages = [ pkgs.libglvnd pkgs.brotli ]; #Rosetta Beta 6.05 needs libGL.so.1 and libbrotlidec.so.1


Then to open the BOINC Manager, you can run the command boincmgr.