BOINC: Difference between revisions

From NixOS Wiki
imported>L0b0
(Remove unnecessary default value)
mNo edit summary
Tags: Mobile edit Mobile web edit
Line 7: Line 7:


Then to open the BOINC Manager, you can run the command <code>boincmgr</code>.
Then to open the BOINC Manager, you can run the command <code>boincmgr</code>.
[[Category:Applications]]

Revision as of 11:18, 4 May 2024

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;


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