From 75bfe26961857fa72eb7bde5e1823e10768d2d0d Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Thu, 28 Nov 2024 22:42:46 +0200 Subject: [PATCH] feat: Added jellyfin --- nixos/mirai/services.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/mirai/services.nix b/nixos/mirai/services.nix index 1066a3ea..9db436ef 100644 --- a/nixos/mirai/services.nix +++ b/nixos/mirai/services.nix @@ -39,6 +39,9 @@ }; }; }; + jellyfin = { + enable = true; + }; authelia = { instances.darksailor = { enable = true; @@ -194,6 +197,9 @@ reverse_proxy localhost:8123 ''; + virtualHosts."media.darksailor.dev".extraConfig = '' + reverse_proxy localhost:8096 + ''; }; }; }