add jellyfin to ymir

This commit is contained in:
Osman Faruk Bayram 2025-02-07 14:41:09 +03:00
parent 674084ea5c
commit dcdd843b25

View file

@ -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;