From 2b29afa18b6f1d5a9c4e632689810d6414b00f3b Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 20 Sep 2022 00:43:58 -0700 Subject: [PATCH] Patch to prevent chmod --- modules/bitcoind.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/bitcoind.nix b/modules/bitcoind.nix index c01e666..e378417 100644 --- a/modules/bitcoind.nix +++ b/modules/bitcoind.nix @@ -412,9 +412,9 @@ in { ''; # Enable RPC access for group - postStart = '' - chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie' - ''; + # postStart = '' + # chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie' + # ''; serviceConfig = nbLib.defaultHardening // { Type = "notify";