modules/ipfs: don't chown config

This commit is contained in:
Max Headroom 2024-06-05 19:55:47 +02:00
parent 144cdb2a14
commit 3cda1e1488

View file

@ -282,7 +282,7 @@ in
cfg.extraConfig cfg.extraConfig
)) ))
} \ } \
| install -m 0600 -o '${cfg.user}' -g '${cfg.group}' /dev/stdin "$IPFS_PATH/.config.new" | install -m 0600 /dev/stdin "$IPFS_PATH/.config.new"
mv "$IPFS_PATH/.config.new" "$IPFS_PATH/config" mv "$IPFS_PATH/.config.new" "$IPFS_PATH/config"
''; '';
serviceConfig = { serviceConfig = {