chore(nix/docker/minio): init

This commit is contained in:
sinanmohd
2025-02-15 18:49:20 +05:30
parent a75c54efee
commit 480c77bbc5
15 changed files with 40 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ writeShellApplication {
# setup users & groups
${dockerTools.shadowSetup}
for ident in s6log postgres nocodb; do
for ident in s6log postgres nocodb minio; do
groupadd -r "$ident"
useradd -r -g "$ident" "$ident"
done