mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
bigly
This commit is contained in:
parent
0fd73dc8d2
commit
4d6a6b9bc3
6 changed files with 78 additions and 15 deletions
|
|
@ -23,6 +23,8 @@ in
|
|||
description = "bitcoind system user";
|
||||
isSystemUser = true;
|
||||
group = "bitcoin";
|
||||
home = /var/lib/bitcoind;
|
||||
createHome = true;
|
||||
};
|
||||
};
|
||||
groups = {
|
||||
|
|
@ -41,9 +43,6 @@ in
|
|||
configFile = /var/lib/bitcoind/bitcoin.conf;
|
||||
|
||||
rpc = {
|
||||
"btcd" = {
|
||||
#passwordHMAC = #CHECK IF THIS IS SAFE TO EXPOSE!!;
|
||||
};
|
||||
port = 8332;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue