summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2026-04-11 19:27:47 -0500
committerTim Keller <tjk@tjkeller.xyz>2026-04-11 19:27:47 -0500
commitf8fee5a1008ca417267b7f17ea1da848d28a1080 (patch)
tree6639289b3b097fa98a270f4f651682e0ef32d0b5 /hosts
parent174c414636b86eccc78b1e319794630eeccf13e3 (diff)
downloadnixos-f8fee5a1008ca417267b7f17ea1da848d28a1080.tar.xz
nixos-f8fee5a1008ca417267b7f17ea1da848d28a1080.zip
jellyfin service
Diffstat (limited to 'hosts')
-rw-r--r--hosts/poweredge/configuration.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/poweredge/configuration.nix b/hosts/poweredge/configuration.nix
index ef99add..f2e3e09 100644
--- a/hosts/poweredge/configuration.nix
+++ b/hosts/poweredge/configuration.nix
@@ -44,6 +44,10 @@
enable = true;
mediaLocationHostPath = "/media/ingens/immich";
};
+ _jellyfin = {
+ enable = true;
+ mediaLocationHostPath = "/media/ingens/media";
+ };
};
#services._klipper.enable = true;