adding jellyfin ffmpeg and flake lock

This commit is contained in:
2025-08-23 13:33:48 +02:00
parent 819796424a
commit c180bbe872
3 changed files with 6 additions and 1 deletions

View File

@@ -103,6 +103,7 @@ in {
nvtopPackages.intel
nvtopPackages.amd
dig
helix
])
(mkIf cfg.dev.enable [

View File

@@ -1,6 +1,7 @@
{
config,
lib,
pkgs,
...
}: let
service = "jellyfin";
@@ -42,6 +43,9 @@ in {
user = srv.user;
group = srv.group;
};
environment.systemPackages = with pkgs; [
jellyfin-ffmpeg
];
services.caddy.virtualHosts."${cfg.url}" = {
useACMEHost = srv.domain;
extraConfig = ''