nixos: i2pd: change httpproxy port to its default value

This commit is contained in:
SLNOS
2017-08-25 12:49:10 +00:00
committed by Jan Malakhovski
parent cd6df6bbf7
commit c21d434d1b
+1 -1
View File
@@ -353,7 +353,7 @@ in
};
};
proto.httpProxy = mkKeyedEndpointOpt "httpproxy" "127.0.0.1" 4446 "";
proto.httpProxy = mkKeyedEndpointOpt "httpproxy" "127.0.0.1" 4444 "";
proto.socksProxy = (mkKeyedEndpointOpt "socksproxy" "127.0.0.1" 4447 "")
// {
outproxy = mkOption {