minor fixes

- README: fix uppercase

- bitcoind: add whitespace

- hardware-wallets: remove unused variables
This commit is contained in:
Erik Arvstedt 2021-12-07 15:28:10 +01:00
parent 627b11d21b
commit 1596b3a5d2
No known key found for this signature in database
GPG key ID: 33312B944DD97846
3 changed files with 3 additions and 3 deletions

View file

@ -398,10 +398,12 @@ in {
install -o '${cfg.user}' -g '${cfg.group}' -m 640 <(echo "$cfg") $confFile
fi
'';
# Enable RPC access for group
postStart = ''
chmod g=r '${cfg.dataDir}/${optionalString cfg.regtest "regtest/"}.cookie'
'';
serviceConfig = nbLib.defaultHardening // {
Type = "notify";
NotifyAccess = "all";