Skip to content

Commit

Permalink
fix(torrserver): debug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 6, 2024
1 parent fbfc57b commit 3e4f22a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified hosts/cloud/secrets/tsdb.nix
Binary file not shown.
1 change: 1 addition & 0 deletions modules/server/misc/torrserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ in {
};

networking.firewall.allowedTCPPorts = mkIf cfg.expose [ cfg.port ];
networking.firewall.allowedUDPPorts = mkIf cfg.expose [ cfg.port ];

services.nginx.virtualHosts."ts.${domain}" = mkIf webIsSupported {
locations."/".proxyPass = "http://localhost:${toString cfg.port}";
Expand Down

0 comments on commit 3e4f22a

Please sign in to comment.