From 934c25e87d37ac128b374dadb0d681ad699c7ab1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 1 Dec 2024 15:30:59 -0500 Subject: [PATCH] wip: trans --- configurations/nixos/pureintent/default.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/configurations/nixos/pureintent/default.nix b/configurations/nixos/pureintent/default.nix index 3cdba262..e2099fdf 100644 --- a/configurations/nixos/pureintent/default.nix +++ b/configurations/nixos/pureintent/default.nix @@ -20,6 +20,7 @@ in enable = true; package = pkgs.netdataCloud; }; + services.jellyfin = { enable = true; openFirewall = true; @@ -38,6 +39,20 @@ in tmux zellij ]; + /* + services.transmission = { + enable = true; + group = "jellyfin"; + openRPCPort = true; + settings = { + rpc-bind-address = "localhost"; + rpc-whitelist-enabled = false; # ACL managed through Tailscale + rpc-host-whitelist = "pureintent pureintent.rooster-blues.ts.net"; + download-dir = "/Self/Downloads"; + trash-original-torrent-files = true; + }; + }; + */ programs.nix-ld.enable = true; # for vscode server