mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed
This commit is contained in:
parent
764fa71c44
commit
2423780bc2
2 changed files with 8 additions and 2 deletions
|
|
@ -41,13 +41,14 @@ in
|
|||
"bitcoin" = {
|
||||
members = [
|
||||
"btc"
|
||||
config.user.name
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.bash.shellAliases = {
|
||||
btc = "bitcoind";
|
||||
btc = "bitcoin-cli";
|
||||
};
|
||||
|
||||
services.bitcoind = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue