From f88e0c6932fbcf248c798d8143564c644544e404 Mon Sep 17 00:00:00 2001 From: 0x76 Date: Tue, 26 Dec 2023 19:10:37 +0100 Subject: [PATCH] add jellyfin --- nixos/hosts/hades/default.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/hades/default.nix b/nixos/hosts/hades/default.nix index 0c8df863..3d175996 100644 --- a/nixos/hosts/hades/default.nix +++ b/nixos/hosts/hades/default.nix @@ -18,7 +18,14 @@ ip = "192.168.0.101"; mac = "5a:00:b7:6c:d1:e2"; }; - # ip = "192.168.0.102"; + "jellyfin" = { + ip = "192.168.0.102"; + mac = "C6:7E:2B:DC:09:CC"; + exposes.jellyfin = { + domain = "jf.0x76.dev"; + port = 8096; + }; + }; "vault-0" = { ip = "192.168.0.103"; mac = "7A:14:15:ED:D1:E6";