[NixOS] No more plex

This commit is contained in:
Ivan Malison 2021-07-11 06:16:05 +00:00
parent 7a65c2f7f4
commit 118ad8f3ea

View File

@ -1,6 +0,0 @@
{ pkgs, ... }:
{
services.plex = {
enable = true;
};
}