Skip to content

Commit

Permalink
Merge #600: obsolete options: fix typo in removed lndconnectOnion option
Browse files Browse the repository at this point in the history
294ebb5 obsolete options: fix typo in removed lndconnectOnion option (Jonas Nick)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK 294ebb5

Tree-SHA512: 9ac830ed287a73fdad559725df94234bbde433f7ed515421a2eb200cdbce3c768f4a380d67a0b4bdf5003c49fda11658f0c5399fa8e5f0320a2de8a998df4c92
  • Loading branch information
jonasnick committed Mar 18, 2023
2 parents 282c45b + 294ebb5 commit f2479c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/obsolete-options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ in {
onion = true;
}
'')
(mkRemovedOptionModule [ "services" "lnd" "lndconnect-onion" ] ''
(mkRemovedOptionModule [ "services" "lnd" "lndconnectOnion" ] ''
Set the following options instead:
services.lnd.lndconnect = {
enable = true;
onion = true;
}
'')
(mkRemovedOptionModule [ "services" "clightning-rest" "lndconnect-onion" ] ''
(mkRemovedOptionModule [ "services" "clightning-rest" "lndconnectOnion" ] ''
Set the following options instead:
services.clightning-rest.lndconnect = {
enable = true;
Expand Down

0 comments on commit f2479c1

Please sign in to comment.