From dcdd843b2598642227f749f0ee4f6034ecea659f Mon Sep 17 00:00:00 2001 From: osbm Date: Fri, 7 Feb 2025 14:41:09 +0300 Subject: [PATCH] add jellyfin to ymir --- hosts/ymir/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/ymir/configuration.nix b/hosts/ymir/configuration.nix index 6795ac7..c030a76 100644 --- a/hosts/ymir/configuration.nix +++ b/hosts/ymir/configuration.nix @@ -23,6 +23,12 @@ enableTailscale = true; }; + services.jellyfin = { + enable = true; + port = 8096; + openFirewall = true; + }; + # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;