feat(APPA): add media group

This commit is contained in:
Jacob Bachmann 2024-10-02 22:00:20 +02:00
parent aac276e154
commit 0b7160f2a2
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 10 additions and 2 deletions

View file

@ -1,11 +1,13 @@
{ config, ... }:
{ lib, ... }:
{
# HTTP Traffic: 8096
# HTTPS Traffic: 8920
# Service Discovery: 1900
# Client Discovery: 7359 UDP
users.groups."${config.services.jellyfin.group}".members = [ "nextcloud" ];
users.groups.media.members = [ "jellyfin" ];
systemd.services.jellyfin.serviceConfig.UMask = lib.mkForce "0007";
services.jellyfin = {
enable = true;