Update webservices.nix

This commit is contained in:
ediblerope 2026-01-22 10:45:01 +00:00 committed by GitHub
parent 66c43e3c07
commit 25891d4b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,5 +35,7 @@
enable = true;
openFirewall = true;
};
# Also add jellyfin to media group for reading
users.users.jellyfin.extraGroups = [ "media" ];
};
}