updating bitcoind
This commit is contained in:
parent
6e07ee6369
commit
6076d4fed6
|
@ -185,7 +185,7 @@
|
|||
};
|
||||
|
||||
services.monero = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
dataDir = "/storage/monero";
|
||||
};
|
||||
|
||||
|
@ -193,6 +193,7 @@
|
|||
enable = true;
|
||||
listen = true;
|
||||
dataDir = "/storage/bitcoind";
|
||||
dbCache = 5000;
|
||||
};
|
||||
|
||||
services.clightning = {
|
||||
|
|
Loading…
Reference in a new issue