[LND] Remove pruning assertion

This commit is contained in:
Konstantin Nick 2022-02-03 09:34:24 +01:00
parent 8a0e347147
commit 793a127372
1 changed files with 0 additions and 3 deletions

View File

@ -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