modules/ipfs: don't chown config
This commit is contained in:
parent
144cdb2a14
commit
3cda1e1488
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ in
|
|||
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"
|
||||
'';
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue