This commit is contained in:
Bryan Ramos 2026-03-12 23:37:20 -04:00
parent 764fa71c44
commit 2423780bc2
2 changed files with 8 additions and 2 deletions

View file

@ -41,13 +41,14 @@ in
"bitcoin" = {
members = [
"btc"
config.user.name
];
};
};
};
programs.bash.shellAliases = {
btc = "bitcoind";
btc = "bitcoin-cli";
};
services.bitcoind = {