NOflake/extras/folding.nix
2024-04-29 14:02:59 -07:00

15 lines
298 B
Nix

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