clightning: native database replication

Don't put `clightning.replication` options in
`examples/configuration.nix` until it is more "battle-tested."
This commit is contained in:
nixbitcoin
2022-08-05 13:48:24 +00:00
parent 55fc77d72f
commit 17507835fc
11 changed files with 538 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ in
# Set default values for use without flakes
{ pkgs ? import <nixpkgs> { config = {}; overlays = []; }
, pkgsUnstable ? import nixpkgsPinned.nixpkgs-unstable {
inherit (pkgs) system;
inherit (pkgs.stdenv) system;
config = {};
overlays = [];
}