[NixOS] Remove jellyfin

This commit is contained in:
Ivan Malison 2021-08-21 19:09:19 +00:00
parent 90cd014561
commit 75c999288b

View File

@ -1,7 +0,0 @@
{ pkgs, ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}