From 07acbd3dcac92778d2f4f12698e6bee788df94a6 Mon Sep 17 00:00:00 2001 From: jay Date: Tue, 8 Jul 2025 23:29:22 -0400 Subject: [PATCH] Fix jellyfin-rpc configuration files. --- nodes/hosts/common/home/jay/home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nodes/hosts/common/home/jay/home.nix b/nodes/hosts/common/home/jay/home.nix index b6e556b..ce61bd0 100644 --- a/nodes/hosts/common/home/jay/home.nix +++ b/nodes/hosts/common/home/jay/home.nix @@ -49,6 +49,8 @@ home.file = { ".config/elinks/elinks.conf".source = ../../../../../private/dotfiles/elinks/elinks.conf; ".config/jellyfin-tui/config.yaml".source = ../../../../../private/dotfiles/jellyfin-tui/config.yaml; + ".config/jellyfin-rpc/urls.json".source = ../../../../../private/dotfiles/jellyfin-rpc/urls.json; + ".config/jellyfin-rpc/main.json".source = ../../../../../private/dotfiles/jellyfin-rpc/main.json; ".config/newsboat/config".source = ../../../../../private/dotfiles/newsboat/config; "quickemu/kubuntu-24.04.conf".source = ../../../../../private/dotfiles/quickemu/kubuntu-24.04.conf; };