boinc and folding

This commit is contained in:
Tao Tien 2024-04-29 13:53:43 -07:00
parent ee260bfd5b
commit 8da10747bf
3 changed files with 16 additions and 7 deletions

15
extras/folding.nix Normal file
View file

@ -0,0 +1,15 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# boinctui
];
services.boinc = {
enable = true;
};
# services.foldingathome = {
# enable = true;
# team = 223518;
# user = "Tao_Tien";
# extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
# };
}