adding some config to nix-bitcoin
This commit is contained in:
parent
f4a2d17d1b
commit
053f8509bd
2 changed files with 12 additions and 0 deletions
|
@ -1117,14 +1117,20 @@ Dalinar's config is of course server oriented.
|
|||
|
||||
services.bitcoind = {
|
||||
enable = true;
|
||||
listen = true;
|
||||
dataDir = "/storage/bitcoind"
|
||||
};
|
||||
|
||||
services.clightning = {
|
||||
enable = true;
|
||||
dataDir = "/storage/clightning"
|
||||
};
|
||||
|
||||
services.rtl = {
|
||||
enable = true;
|
||||
dataDir = "/storage/rtl";
|
||||
nightTheme = true;
|
||||
extraCurrency = "USD";
|
||||
nodes.clightning.enable = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue