dotfiles/nixos/plex.nix

7 lines
63 B
Nix
Raw Normal View History

2021-07-10 16:02:42 -06:00
{ pkgs, ... }:
{
services.plex = {
enable = true;
};
}