My Nix Configuration

[marvin.services] jellyfin: Add needed groups

pyrox.dev 92f19494 eed397be

verified
Changed files
+5
systems
x86_64-linux
marvin
services
+5
systems/x86_64-linux/marvin/services/jellyfin.nix
···
services.jellyfin = {
enable = true;
};
+
users.users.jellyfin.extraGroups = [
+
"input"
+
"render"
+
"video"
+
];
networking.firewall.allowedUDPPorts = [
1900
7359