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

@ -117,6 +117,9 @@ in {
joinmarket-ob-watcher = {
externalPort = 80;
};
rtl = {
externalPort = 80;
};
};
}
];