clightning-rest: update module to v0.10.3

This commit is contained in:
Erik Arvstedt 2023-05-29 15:35:59 +02:00 committed by Jonas Nick
parent 67475f768e
commit 29a95ea311
No known key found for this signature in database
GPG key ID: 4861DBF262123605
2 changed files with 2 additions and 1 deletions

View file

@ -97,6 +97,7 @@ in {
Restart = "on-failure";
RestartSec = "10s";
ReadWritePaths = [ cfg.dataDir ];
inherit (nbLib.allowNetlink) RestrictAddressFamilies;
} // nbLib.allowedIPAddresses cfg.tor.enforce
// nbLib.nodejs;
};