diff options
Diffstat (limited to 'hosts/cloud/sing/jellyfin.nix')
-rw-r--r-- | hosts/cloud/sing/jellyfin.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hosts/cloud/sing/jellyfin.nix b/hosts/cloud/sing/jellyfin.nix new file mode 100644 index 0000000..c9c8b9e --- /dev/null +++ b/hosts/cloud/sing/jellyfin.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: { + + services.jellyfin = { + enable = true; + openFirewall = true; + }; +} |