NOflake/extras/folding.nix

16 lines
327 B
Nix
Raw Normal View History

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