From 87c00e68c7eadb9b9c92d31128b5c130e87c5d32 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 10 Nov 2025 12:59:26 +0100 Subject: [PATCH] feat(server/self_host): adding the jellyfin configuration --- hosts/server/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 4f476a8..48b3415 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -48,6 +48,7 @@ mail = true; monitor = true; nextcloud = true; + jellyfin = true; sso = true; }; forty_two.irc = true;