Move jellyfin to hardware box

Rather than running Jellyfin on a VM as before, just move the service
over to Hosea, which isn't doing anything graphical
This commit is contained in:
Greg Hellings
2025-11-08 15:37:02 -06:00
parent 3552aa0890
commit c4119dd9b7
8 changed files with 75 additions and 145 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# vim: set filetype=nushell :
let servers = [isaiah jeremiah zeke genesis vm-gitlab vm-jellyfin]
let servers = [isaiah jeremiah zeke genesis vm-gitlab]
def par-map [ items: list, c: closure ] {
let results = $items | par-each -k $c