This commit is contained in:
commit
7d364cdfac
69 changed files with 5268 additions and 0 deletions
19
hosts/vde/services/monero.nix
Normal file
19
hosts/vde/services/monero.nix
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{ outputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
outputs.nixosModules.monero
|
||||
];
|
||||
|
||||
services = {
|
||||
monero = {
|
||||
enable = true;
|
||||
mining.address = "";
|
||||
};
|
||||
xmrig.settings = {
|
||||
cpu = {
|
||||
max-threads-hint = 4;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue