removed CLN and general code updates

This commit is contained in:
2026-01-18 11:21:03 -06:00
parent f0444d333b
commit 0009be9644
4 changed files with 37 additions and 93 deletions

View File

@@ -110,8 +110,7 @@ in
"jitsi-meet-1.0.8043" "jitsi-meet-1.0.8043"
]; ];
# List packages installed in system profile. To search, run: # List packages installed
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
wget wget
@@ -358,7 +357,7 @@ backup /etc/nix-bitcoin-secrets/ localhost/
services.privoxy.enableTor = true; services.privoxy.enableTor = true;
####### Enable the OpenSSH daemon ####### ####### Enable the SSH #######
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {

View File

@@ -32,27 +32,6 @@
}; };
## CLN
services.clightning = {
enable = true;
tor.proxy = true;
tor.enforce = true;
port = 9737;
};
nix-bitcoin.onionServices.clightning.public = true;
services.clightning.replication = {
enable = true;
local.directory = "/run/media/Second_Drive/BTCEcoandBackup/clightning_db_backup";
encrypt = false;
};
## LND ## LND
services.lnd = { services.lnd = {
@@ -60,24 +39,18 @@
tor.enforce = true; tor.enforce = true;
tor.proxy = true; tor.proxy = true;
extraConfig = '' extraConfig = ''
protocol.option-scid-alias=true protocol.option-scid-alias=true
''; '';
}; };
nix-bitcoin.onionServices.lnd.public = true; nix-bitcoin.onionServices.lnd.public = true;
services.lightning-loop = {
enable = true;
tor.enforce = true;
tor.proxy = true;
};
services.lightning-pool = { ## LNDconnect
services.lnd.lndconnect = {
enable = true; enable = true;
tor.enforce = true; onion = true;
tor.proxy = true;
}; };
@@ -89,42 +62,15 @@
port = 3050; port = 3050;
nightTheme = true; nightTheme = true;
nodes = { nodes = {
clightning = {
enable = true;
extraConfig = {
Settings = {
enableOffers = true;
};
};
};
lnd = { lnd = {
enable = true; enable = true;
loop = true;
}; };
reverseOrder = true;
}; };
}; };
## Lndconnect
services.lnd.lndconnect = { ## BTCpayserver
enable = true;
onion = true;
};
services.clightning.plugins.clnrest = {
enable = true;
lnconnect = {
enable = true;
onion = true;
};
};
## BTCpay Server
services.btcpayserver = { services.btcpayserver = {
enable = true; enable = true;

View File

@@ -10,7 +10,6 @@
./bitcoinecosystem.nix ./bitcoinecosystem.nix
./vaultwarden.nix ./vaultwarden.nix
./Sovran_SystemsOS_File_Fixes_And_New_Services.nix ./Sovran_SystemsOS_File_Fixes_And_New_Services.nix
./btcpayserver-fix.nix
]; ];
} }

0
modules/php.nix Normal file → Executable file
View File