first commit
This commit is contained in:
commit
d802466363
14 changed files with 453 additions and 0 deletions
15
services/jellyfin.nix
Normal file
15
services/jellyfin.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.jellyfin
|
||||
pkgs.jellyfin-web
|
||||
pkgs.jellyfin-ffmpeg
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue