summary refs log tree commit diff
path: root/nixos/modules/services/networking/i2pd.nix
diff options
context:
space:
mode:
authorSLNOS <anonymous@wired>2017-03-01 00:00:00 +0000
committerJan Malakhovski <oxij@oxij.org>2017-08-25 12:49:10 +0000
commitc21d434d1b74523588fbd50080ec1cd59243599a (patch)
treef28678a20248175fc3038771c72aa0b5df8dd6c4 /nixos/modules/services/networking/i2pd.nix
parentcd6df6bbf7fe673fecb2ba43e3c14a4195733945 (diff)
downloadnixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar.gz
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar.bz2
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar.lz
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar.xz
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.tar.zst
nixpkgs-c21d434d1b74523588fbd50080ec1cd59243599a.zip
nixos: i2pd: change httpproxy port to its default value
Diffstat (limited to 'nixos/modules/services/networking/i2pd.nix')
-rw-r--r--nixos/modules/services/networking/i2pd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/i2pd.nix b/nixos/modules/services/networking/i2pd.nix
index 7622f030f83..e16ef3beae5 100644
--- a/nixos/modules/services/networking/i2pd.nix
+++ b/nixos/modules/services/networking/i2pd.nix
@@ -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 {