We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 987a2be commit bb5b084Copy full SHA for bb5b084
nixos/modules/services/security/tor.nix
@@ -17,7 +17,7 @@ let
17
GeoIPv6File ${pkgs.tor.geoip}/share/tor/geoip6
18
''}
19
20
- ${optint "ControlPort" (toString cfg.controlPort)}
+ ${optint "ControlPort" cfg.controlPort}
21
''
22
# Client connection config
23
+ optionalString cfg.client.enable ''
0 commit comments