pub-solar-os/profiles/misc/plex.nix
2019-12-18 00:34:30 -07:00

9 lines
109 B
Nix

{ ... }:
{
services.plex = {
enable = true;
dataDir = "/srv/plex";
openFirewall = true;
};
}