podman(suwayomi): chown now only chown the volume directory
This commit is contained in:
parent
6c610ffe00
commit
bef5faee5c
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
system.activationScripts."podman-${name}" = ''
|
||||
mkdir -p ${volume}
|
||||
chown -R ${uid}:${gid} ${volume}
|
||||
chown ${uid}:${gid} ${volume}
|
||||
'';
|
||||
|
||||
virtualisation.oci-containers.containers.${name} = {
|
||||
|
|
Loading…
Reference in a new issue