feat(APPA): add jellyfin
This commit is contained in:
parent
5193b21ffd
commit
aac276e154
4 changed files with 26 additions and 0 deletions
14
hosts/APPA/services/jellyfin.nix
Normal file
14
hosts/APPA/services/jellyfin.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
# HTTP Traffic: 8096
|
||||
# HTTPS Traffic: 8920
|
||||
# Service Discovery: 1900
|
||||
# Client Discovery: 7359 UDP
|
||||
|
||||
users.groups."${config.services.jellyfin.group}".members = [ "nextcloud" ];
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue