diff options
| author | Leonardo <noreply@leoflo.me> | 2026-02-16 00:06:32 +0100 |
|---|---|---|
| committer | Leonardo <noreply@leoflo.me> | 2026-02-16 00:06:32 +0100 |
| commit | aafb0f515c884ad18d93fce0f4fe4b9ec6935658 (patch) | |
| tree | fa05336bfc3452694bc3ca01d43ab8f9d5052944 | |
| parent | e2e6f5cd19d142e349d1b669b8544874dd291452 (diff) | |
| download | nixos-aafb0f515c884ad18d93fce0f4fe4b9ec6935658.tar.gz nixos-aafb0f515c884ad18d93fce0f4fe4b9ec6935658.zip | |
xmrig rimosso
| -rw-r--r-- | odino/nixos/services/default.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/odino/nixos/services/default.nix b/odino/nixos/services/default.nix index d493edd..eeabc7c 100644 --- a/odino/nixos/services/default.nix +++ b/odino/nixos/services/default.nix @@ -9,25 +9,4 @@ PrintMotd = false; }; }; - - # XMRig - services.xmrig = { - enable = true; - - settings = { - autosave = true; - cpu = true; - opencl = false; - cuda = false; - pools = [ - { - algo = "rx/0"; - url = "xmr-eu1.nanopool.org:10343"; - user = "89erpoKiHuXbw1e1t8UZjNT1AX1Y9z1pta3f6akwG8okZSaLvFQ1eCJ4ih3tSH4Q9BPqHua3vfn6w1ZjQ98TQQHx5GHaRqf"; - keepalive = true; - tls = true; - } - ]; - }; - }; } |
