10 lines
118 B
Nix
10 lines
118 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
services.jellyfin = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
user = "wizardlink";
|
|
};
|
|
}
|