From 0dadb07e2f6a8f13bc5392e91256aeb753a0248e Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 6 Jan 2024 14:51:43 -0600 Subject: [PATCH] Add jellyfin ssh target --- ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh.nix b/ssh.nix index e8c0bd8..aab0cf0 100644 --- a/ssh.nix +++ b/ssh.nix @@ -91,6 +91,7 @@ in "backup1" = server { hostname = "192.168.20.190"; }; "backup2" = server { hostname = "192.168.20.191"; }; "octoprint" = server { hostname = "192.168.20.32"; user = "pi"; }; + "jellyfin" = server { hostname = "192.168.20.195"; }; }; }; }