Merge fort-nix/nix-bitcoin#754: container example: add clightning to flake, remove electrs

306b30cf62 container example: add clightning to flake, remove electrs (Sean Gilligan)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 306b30cf62

Tree-SHA512: eaba319734a8263d809d9d9365316b43b36d64996a2b04849bb0c827f342f3350acc0b34e33dec396d5cb41fd77a9cab882fbb66129a7fd6e1cca242e7e33ebe
This commit is contained in:
Jonas Nick 2024-12-18 21:47:55 +00:00
commit 1113d2cedb
No known key found for this signature in database
GPG key ID: 4861DBF262123605

View file

@ -61,7 +61,7 @@
# Enable some services.
# See ../configuration.nix for all available features.
services.bitcoind.enable = true;
services.electrs.enable = true;
services.clightning.enable = true;
};
};
};