Merge fort-nix/nix-bitcoin#600: obsolete options: fix typo in removed lndconnectOnion option
294ebb5b1f
obsolete options: fix typo in removed lndconnectOnion option (Jonas Nick) Pull request description: ACKs for top commit: erikarvstedt: ACK294ebb5b1f
Tree-SHA512: 9ac830ed287a73fdad559725df94234bbde433f7ed515421a2eb200cdbce3c768f4a380d67a0b4bdf5003c49fda11658f0c5399fa8e5f0320a2de8a998df4c92
This commit is contained in:
commit
f2479c13e7
@ -53,14 +53,14 @@ in {
|
|||||||
onion = true;
|
onion = true;
|
||||||
}
|
}
|
||||||
'')
|
'')
|
||||||
(mkRemovedOptionModule [ "services" "lnd" "lndconnect-onion" ] ''
|
(mkRemovedOptionModule [ "services" "lnd" "lndconnectOnion" ] ''
|
||||||
Set the following options instead:
|
Set the following options instead:
|
||||||
services.lnd.lndconnect = {
|
services.lnd.lndconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onion = true;
|
onion = true;
|
||||||
}
|
}
|
||||||
'')
|
'')
|
||||||
(mkRemovedOptionModule [ "services" "clightning-rest" "lndconnect-onion" ] ''
|
(mkRemovedOptionModule [ "services" "clightning-rest" "lndconnectOnion" ] ''
|
||||||
Set the following options instead:
|
Set the following options instead:
|
||||||
services.clightning-rest.lndconnect = {
|
services.clightning-rest.lndconnect = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user