bitcoind: update module to v25.0

This commit is contained in:
Erik Arvstedt 2023-05-29 15:31:28 +02:00 committed by Jonas Nick
parent 9c59b96add
commit fe76516790
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -414,6 +414,8 @@ in {
# Enable RPC access for group
postStart = ''
chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie'
'' + (optionalString cfg.regtest) ''
chmod g=x '${cfg.dataDir}/regtest'
'';
serviceConfig = nbLib.defaultHardening // {