Patch electrs to avoid chmod

This commit is contained in:
Greg Shuflin 2022-09-25 17:33:29 -07:00
parent 193f41afec
commit 7a6859ecc5
1 changed files with 4 additions and 3 deletions

View File

@ -61,9 +61,10 @@ in {
listenWhitelisted = true;
};
systemd.tmpfiles.rules = [
"d '${cfg.dataDir}' 0770 ${cfg.user} ${cfg.group} - -"
];
# Commented out to allow nfs mounts
# systemd.tmpfiles.rules = [
# "d '${cfg.dataDir}' 0770 ${cfg.user} ${cfg.group} - -"
# ];
systemd.services.electrs = {
wantedBy = [ "multi-user.target" ];