mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 02:50:21 +00:00
Global: add jellyfin
This commit is contained in:
parent
a22ad00b7e
commit
f34815dfb1
2 changed files with 8 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
|||
imports = [
|
||||
./pipewire.nix
|
||||
./tailscale.nix
|
||||
./jellyfin.nix
|
||||
];
|
||||
}
|
||||
|
|
7
modules/nixos/services/jellyfin.nix
Normal file
7
modules/nixos/services/jellyfin.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
dataDir = "/mnt/zootfs/Media/jellyfin";
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue