diff --git a/services/webservices.nix b/services/webservices.nix index 7285554..b6b3149 100644 --- a/services/webservices.nix +++ b/services/webservices.nix @@ -2,4 +2,9 @@ { config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { - } + # Jellyfin + services.jellyfin = { + enable = true; + openFirewall = true; + }; +}