mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
add jellyfin to swan
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
}];
|
||||
}];
|
||||
|
||||
# Grant user access to Jellyfin directories
|
||||
users.users.${config.user}.extraGroups = [ "jellyfin" ];
|
||||
|
||||
# Create videos directory, allow anyone in Jellyfin group to manage it
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/lib/jellyfin 0775 jellyfin jellyfin"
|
||||
|
Reference in New Issue
Block a user