nixos: i2pd: change httpproxy port to its default value
This commit is contained in:
parent
cd6df6bbf7
commit
c21d434d1b
nixos/modules/services/networking
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue