mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
fix: jellyfin dir permissions for nextcloud
This commit is contained in:
parent
941fa359d9
commit
be581dba1f
@ -20,8 +20,10 @@
|
||||
}];
|
||||
|
||||
# Create videos directory, allow anyone in Jellyfin group to manage it
|
||||
systemd.tmpfiles.rules =
|
||||
[ "d /var/lib/jellyfin/library 0775 jellyfin jellyfin" ];
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/jellyfin 0775 jellyfin jellyfin"
|
||||
"d /var/lib/jellyfin/library 0775 jellyfin jellyfin"
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user