1
1
Fork 0
mirror of https://git.sr.ht/~rouven/nixos-config synced 2025-06-06 09:38:46 +02:00
nixos-config/hosts/fujitsu/modules/jellyfin/default.nix
2024-06-27 12:07:23 +02:00

6 lines
77 B
Nix

{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}