diff options
Diffstat (limited to '')
-rw-r--r-- | modules/endlessh-go.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/endlessh-go.nix b/modules/endlessh-go.nix index efaaa8f..2919534 100644 --- a/modules/endlessh-go.nix +++ b/modules/endlessh-go.nix @@ -25,10 +25,7 @@ in listenAddress = this.wireguard.ipv4.address; port = 9229; }; - extraOptions = [ - "-geoip_supplier=ip-api" - "-v=1" - ]; + extraOptions = [ "-geoip_supplier=ip-api" ]; }; networking.firewall.allowedTCPPorts = [ port ]; |