Merge fort-nix/nix-bitcoin#754: container example: add clightning to flake, remove electrs
306b30cf62container example: add clightning to flake, remove electrs (Sean Gilligan) Pull request description: ACKs for top commit: erikarvstedt: ACK306b30cf62Tree-SHA512: eaba319734a8263d809d9d9365316b43b36d64996a2b04849bb0c827f342f3350acc0b34e33dec396d5cb41fd77a9cab882fbb66129a7fd6e1cca242e7e33ebe
This commit is contained in:
commit
1113d2cedb
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
# Enable some services.
|
# Enable some services.
|
||||||
# See ../configuration.nix for all available features.
|
# See ../configuration.nix for all available features.
|
||||||
services.bitcoind.enable = true;
|
services.bitcoind.enable = true;
|
||||||
services.electrs.enable = true;
|
services.clightning.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue