summaryrefslogtreecommitdiff
path: root/hosts/cloud/sing/jellyfin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/cloud/sing/jellyfin.nix')
-rw-r--r--hosts/cloud/sing/jellyfin.nix7
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;
+ };
+}