f6b883a9ac
This module is outdated and incomplete. We can readd an improved version in the future. Move nanopos nginx proxy tests to the nanopos test.
14 lines
363 B
Nix
14 lines
363 B
Nix
{
|
|
modules = ./modules.nix;
|
|
bitcoind = ./bitcoind.nix;
|
|
clightning = ./clightning.nix;
|
|
default = ./default.nix;
|
|
electrs = ./electrs.nix;
|
|
liquid = ./liquid.nix;
|
|
presets.secure-node = ./presets/secure-node.nix;
|
|
spark-wallet = ./spark-wallet.nix;
|
|
recurring-donations = ./recurring-donations.nix;
|
|
lnd = ./lnd.nix;
|
|
joinmarket = ./joinmarket.nix;
|
|
}
|