mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-30 03:32:05 +03:00
bitcoind: update module to v25.0
This commit is contained in:
parent
9c59b96add
commit
fe76516790
@ -414,6 +414,8 @@ in {
|
|||||||
# Enable RPC access for group
|
# Enable RPC access for group
|
||||||
postStart = ''
|
postStart = ''
|
||||||
chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie'
|
chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie'
|
||||||
|
'' + (optionalString cfg.regtest) ''
|
||||||
|
chmod g=x '${cfg.dataDir}/regtest'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
serviceConfig = nbLib.defaultHardening // {
|
serviceConfig = nbLib.defaultHardening // {
|
||||||
|
Loading…
Reference in New Issue
Block a user