nix-files/hosts/by-name/servo/services/cryptocurrencies/default.nix

11 lines
116 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./bitcoin.nix
./clightning.nix
2024-01-03 08:16:06 +00:00
./i2p.nix
./monero.nix
2024-01-03 08:16:06 +00:00
./tor.nix
];
}