chore: Update Nixarr

This commit is contained in:
2025-06-02 09:59:08 -06:00
parent abd5349e90
commit 75a19f66ad
3 changed files with 10 additions and 10 deletions

View File

@@ -45,9 +45,8 @@ in {
"cred=/run/secrets/buffalo-nas-creds"
# Wait for network availability before attempting mount.
"_netdev"
# It appears that the group/user names used by Nixarr are hard-coded.
"gid=media"
"uid=streamer"
"uid=${config.util-nixarr.globals.libraryOwner.user}"
"gid=${config.util-nixarr.globals.libraryOwner.group}"
# Mysteriously, 0664 doesn't work…
"dir_mode=0770"
"file_mode=0770"