diff --git a/machines/gunpowder/default.nix b/machines/gunpowder/default.nix index 81c590cee1b0eb906ea4f566e66b56749b4ff49c..550f1d66a75546927d56d2b927b806f3111ecb4d 100644 --- a/machines/gunpowder/default.nix +++ b/machines/gunpowder/default.nix @@ -73,6 +73,33 @@ prowlarr = { enable = true; openFirewall = true; }; + tsnet-serve.instances = { + jellyfin = { + enable = true; + backend = "http://127.0.0.1:9086"; + authKey = "tskey-auth-k8LDnQ5Lba11CNTRL-5QbfHxZRs1UUPHm64ZEB2U4uzTjGR5t2"; # One-time key + }; + sonarr = { + enable = true; + backend = "http://127.0.0.1:8989"; + authKey = "tskey-auth-kb3G9Gp1s811CNTRL-uwN8PCBF9M9Q6jWDpQXSM98jj6o33tkAE"; # One-time key + }; + radarr = { + enable = true; + backend = "http://127.0.0.1:7878"; + authKey = "tskey-auth-kJY2J4DJke11CNTRL-m5TVetb5geTxiyrtyauyeTS9C4ZvfdvRL"; # One-time key + }; + bazarr = { + enable = true; + backend = "http://127.0.0.1:6767"; + authKey = "tskey-auth-kEh77KQqzx11CNTRL-zofQaxrHmcJFS5Y4p6Z4dJyxkbHB8DWQ"; # One-time key + }; + prowlarr = { + enable = true; + backend = "http://127.0.0.1:9696"; + authKey = "tskey-auth-kkFSG4vzTN11CNTRL-tt9A1vsHSoDfJQKkcCfjoDRxtTxa9ioDX"; # One-time key + }; + }; }; users = {