From 793a127372ec50131f17cf3e14adee11f7f87148 Mon Sep 17 00:00:00 2001 From: Konstantin Nick Date: Thu, 3 Feb 2022 09:34:24 +0100 Subject: [PATCH] [LND] Remove pruning assertion --- modules/lnd.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/lnd.nix b/modules/lnd.nix index aa71d93..d312ac3 100644 --- a/modules/lnd.nix +++ b/modules/lnd.nix @@ -161,9 +161,6 @@ in { config = mkIf cfg.enable { assertions = [ - { assertion = bitcoind.prune == 0; - message = "lnd does not support bitcoind pruning."; - } { assertion = !(config.services ? clightning) || !config.services.clightning.enable