about summary refs log tree commit diff
path: root/nixos/modules/services/computing/boinc
Commit message (Collapse)AuthorAge
* nixos/boinc: create boinc groupPascal Bach2020-03-25
| | | | | | | This allows users that are members of the boinc group to interact with the boinc service by running: boincmgr -d /var/lib/boinc
* nixos/boinc: log to journal instead of log filePascal Bach2020-03-25
|
* nixos: remove dependencies on local-fs.targetFlorian Klink2019-09-01
| | | | | | | Since https://github.com/NixOS/nixpkgs/pull/61321, local-fs.target is part of sysinit.target again, meaning units without DefaultDependencies=no will automatically depend on it, and the manual set dependencies can be dropped.
* nixos/boinc: replace deprecated usage of PermissionsStartOnlyAaron Andersen2019-05-26
| | | | see https://github.com/NixOS/nixpkgs/issues/53852
* boinc service: use an FHS environmentKier Davis2017-11-24
| | | | | | | | | | | | | | | | | | | | | | While BOINC itself is open source, many of the project applications it runs are not. Additionally, these project applications are checksummed before they are run, so they can't be patched. This means we can't make the project applications find required binaries/libraries on a NixOS system. The solution is therefore to make said binaries and libraries appear in the expected locations, by wrapping BOINC in an FHS-compatible environment [1]. An `extraEnvPackages` is also added to allow more packages to be added into this environment. The documentation for this option describes some practical use cases for it. [1] https://nixos.org/nixpkgs/manual/#sec-fhs-environments Version 2: fixed Docbook list formatting, minor rewording Version 3: rebase onto master (9c048f4fb66adc33c6b379f2edefcb615fd53de6) Version 4: fix usage of targetPkgs argument to buildFHSUserEnv
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* boinc service: use <link> instead of <ulink>Kier Davis2016-12-08
|
* boinc service: initKier Davis2016-11-22