feat(jellyfin): add jellyfin user to video group

This commit is contained in:
Felix Schröter 2020-10-07 02:03:02 +02:00
parent 486b0b0e4f
commit 2bfc37f8d8
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -4,4 +4,7 @@
services.jellyfin.enable = true;
services.jellyfin.user = "felschr";
networking.firewall.allowedTCPPorts = [ 8920 8096 1900 7359 ];
# for hardware acceleration
users.users.jellyfin.extraGroups = [ "video" ];
}