move line to relevant code section (blocks dir setup)

This commit is contained in:
Erik Arvstedt 2020-04-07 23:05:07 +02:00
parent 1f8fe310d0
commit 201fc33782
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 1 deletions

View File

@ -253,11 +253,12 @@ in {
if ! test -e ${cfg.dataDir}/blocks; then
mkdir -m 0770 -p '${cfg.dataDir}/blocks'
fi
chmod -R g+rX '${cfg.dataDir}/blocks'
cp '${configFile}' '${cfg.dataDir}/bitcoin.conf'
chmod o-rw '${cfg.dataDir}/bitcoin.conf'
chown -R '${cfg.user}:${cfg.group}' '${cfg.dataDir}'
echo "rpcpassword=$(cat ${config.nix-bitcoin.secretsDir}/bitcoin-rpcpassword)" >> '${cfg.dataDir}/bitcoin.conf'
chmod -R g+rX '${cfg.dataDir}/blocks'
'';
# Wait until RPC port is open. This usually takes just a few ms.
postStart = ''