snowflake/hosts/yuki/services/jellyfin.nix
notohh 6e595b86d7
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
hosts: move jellyfin to yuki
2023-09-17 14:06:53 -04:00

11 lines
155 B
Nix

_: {
services.jellyfin = {
enable = true;
openFirewall = true;
};
services.jellyseerr = {
enable = true;
openFirewall = true;
};
}