mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
14 lines
321 B
Nix
14 lines
321 B
Nix
{
|
|
imports = [
|
|
./config
|
|
];
|
|
services.gpu-miner = {
|
|
enable = true;
|
|
dataDir = "/var/lib/gpu-miner";
|
|
consolidateAddress = "addr1q87k2jlckh6ujqx4ymkdd4jrhy6gukdtum0p77pdh5gqcw8ctl65fvaw097l32ta6m8hth3xu9cjfz70y34gs2mdfzlsj465th";
|
|
maxWorkers = 12;
|
|
batchSize = 5000000;
|
|
gpuDeviceId = 0;
|
|
};
|
|
|
|
}
|