mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-08 17:27:22 +08:00
wip: trans
This commit is contained in:
parent
39e796357b
commit
934c25e87d
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue