remove option 'services.nix-bitcoin.enable'

Users can enable the node config just by importing secure-node.nix
This commit is contained in:
Erik Arvstedt 2020-04-07 22:47:34 +02:00
parent 0f8b2e91fd
commit 1a63f0ca6a
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 8 additions and 7 deletions

View file

@ -16,7 +16,6 @@ import ./make-test.nix rec {
# hardened
];
services.nix-bitcoin.enable = true;
services.bitcoind.extraConfig = mkForce "connect=0";
services.clightning.enable = true;