rtl: add module

This commit is contained in:
nixbitcoin 2021-11-08 11:43:14 +00:00
parent 0e1e2a1b3c
commit f569227410
No known key found for this signature in database
GPG key ID: B6044ECBA2DAE5D0
8 changed files with 295 additions and 1 deletions

View file

@ -31,6 +31,7 @@ let
btcpayserver = mkInfo "";
liquidd = mkInfo "";
joinmarket-ob-watcher = mkInfo "";
rtl = mkInfo "";
# Only add sshd when it has an onion service
sshd = name: cfg: mkIfOnionPort "sshd" (onionPort: ''
add_service("sshd", """set_onion_address(info, "sshd", ${onionPort})""")