From 3424f3330e1ab0efa89e21ac0be38af303f3fcf5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 19 Dec 2025 09:12:44 -0800 Subject: initial setup for jellyfin --- machines/rivendell.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines') diff --git a/machines/rivendell.nix b/machines/rivendell.nix index c48997a..c295d24 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -68,6 +68,10 @@ nssmdns4 = true; openFirewall = true; }; + jellyfin = { + enable = true; + openFirewall = true; + }; }; system.stateVersion = "23.11"; -- cgit v1.2.3