btcpayserver: support restarting from the web interface
This is required since version 1.7.4. See: https://github.com/btcpayserver/btcpayserver/releases/tag/v1.7.4
This commit is contained in:
parent
3480232f2a
commit
3a2730d287
2 changed files with 10 additions and 2 deletions
|
|
@ -9,6 +9,9 @@ with lib;
|
|||
services.btcpayserver.enable = true;
|
||||
test.container.exposeLocalhost = true;
|
||||
# services.btcpayserver.lbtc = false;
|
||||
|
||||
# Required for testing interactive plugin installation
|
||||
test.container.enableWAN = true;
|
||||
};
|
||||
|
||||
# A node with internet access to test joinmarket-ob-watcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue