NOflake/extras/folding.nix

16 lines
299 B
Nix
Raw Normal View History

2024-04-29 13:53:43 -07:00
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
# boinctui
];
services.boinc = {
2024-06-08 21:56:31 -07:00
enable = false;
2024-04-29 13:53:43 -07:00
};
# services.foldingathome = {
# enable = true;
# team = 223518;
# user = "Tao_Tien";
# extraArgs = ["--passkey=76ba03d55acf116776ba03d55acf1167"];
# };
}