enable just monero

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 18:25:12 +02:00
parent 09c083c5e4
commit 8f57211bf5
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -154,13 +154,7 @@ top@{ moduleWithSystem, ... }: {
});
cryptocurrency = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ monero-cli ];
services = {
monero.enable = true;
bitcoind.mainnet = {
enable = true;
rpc.users = { ivand.passwordHMAC = "982f4ebcaa1e7d522cc21cf53f00df39$9ee8caf01c28e11f0c092f5ec0f97990e8f911206098557db49d3f2e7215f788"; };
};
};
services = { monero.enable = true; };
});
};
}