mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
10 lines
160 B
Nix
10 lines
160 B
Nix
let
|
|
vars = import ./vars.nix;
|
|
in
|
|
{
|
|
services.jellyfin = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
dataDir = "${vars.media_services}/jellyfin";
|
|
};
|
|
} |