Skip to content

Commit

Permalink
wip: trans
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 1, 2024
1 parent 39e7963 commit 934c25e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configurations/nixos/pureintent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ in
enable = true;
package = pkgs.netdataCloud;
};

services.jellyfin = {
enable = true;
openFirewall = true;
Expand All @@ -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

Expand Down

0 comments on commit 934c25e

Please sign in to comment.