initial commit here we are
This commit is contained in:
commit
82916ad718
59 changed files with 2155 additions and 0 deletions
6
appserver/server1/nixos/jellyfin.nix
Normal file
6
appserver/server1/nixos/jellyfin.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.jellyfin.enable = true;
|
||||
networking.firewall.allowedTCPPorts = [ 8096 8920 ];
|
||||
networking.firewall.allowedUDPPorts = [ 1900 7359 ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue