Skip to content

Commit

Permalink
fix(torrserver): turn off ts auth for web pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Apr 6, 2024
1 parent aeb1e2e commit 86cfda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/server/misc/torrserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ let
domain = config.modules.server.web.domain;

hasUsers = cfg.users != {};
flags = "--port ${toString cfg.port} ${optionalString hasUsers "-a"}";
flags = "--port ${toString cfg.port}";
in {
options.modules.server.misc.torrserver = {
enable = mkEnableOption "torrserver";
Expand Down

0 comments on commit 86cfda3

Please sign in to comment.