added FireFox and added SCID alias to LND

This commit is contained in:
naturallaw77 2024-05-12 16:02:58 -07:00
parent 91dd12b528
commit cd03cae16e
2 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,7 @@ in
dig
nextcloud-client
ungoogled-chromium
firefox
];

View File

@ -25,6 +25,12 @@
enable = true;
tor.enforce = true;
tor.proxy = true;
extraConfig = ''
protocol.option-scid-alias=true
'';
};
services.lightning-loop = {