servo: consolidate blockchains under cryptocurrencies directory

This commit is contained in:
Colin 2024-01-02 18:16:46 +00:00
parent 36638e80a3
commit d8f4158bc6
4 changed files with 8 additions and 3 deletions

View File

@ -26,7 +26,6 @@
services.bitcoind.mainnet = {
enable = true;
# TODO: set `rpc.users` to include my user
rpc.users.colin = {
# see docs at top of file for how to generate this
passwordHMAC = "30002c05d82daa210550e17a182db3f3$6071444151281e1aa8a2729f75e3e2d224e9d7cac3974810dab60e7c28ffaae4";

View File

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./bitcoin.nix
./monero.nix
];
}

View File

@ -1,9 +1,9 @@
{ ... }:
{
imports = [
./bitcoin.nix
./calibre.nix
./coturn.nix
./cryptocurrencies
./ddns-afraid.nix
./ddns-he.nix
./email
@ -19,7 +19,6 @@
./komga.nix
./lemmy.nix
./matrix
./monero.nix
./navidrome.nix
./nginx.nix
./nixos-prebuild.nix