This commit is contained in:
Bryan Ramos 2024-03-01 11:38:55 -05:00
parent 0fd73dc8d2
commit 4d6a6b9bc3
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
6 changed files with 78 additions and 15 deletions

View file

@ -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;
};