podman(suwayomi): chown now only chown the volume directory

This commit is contained in:
Tigor Hutasuhut 2024-06-18 20:24:49 +07:00
parent 6c610ffe00
commit bef5faee5c

View file

@ -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} = {