added FireFox and added SCID alias to LND
This commit is contained in:
parent
91dd12b528
commit
cd03cae16e
@ -179,6 +179,7 @@ in
|
|||||||
dig
|
dig
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
firefox
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -25,6 +25,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
tor.enforce = true;
|
tor.enforce = true;
|
||||||
tor.proxy = true;
|
tor.proxy = true;
|
||||||
|
extraConfig = ''
|
||||||
|
|
||||||
|
protocol.option-scid-alias=true
|
||||||
|
|
||||||
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.lightning-loop = {
|
services.lightning-loop = {
|
||||||
|
Loading…
Reference in New Issue
Block a user