Skip to content

Commit

Permalink
nixos: i2pd, follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
edwtjo committed Jan 29, 2017
1 parent 92cb10a commit e324c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/i2pd.nix
Expand Up @@ -8,7 +8,7 @@ let

homeDir = "/var/lib/i2pd";

extip = "EXTIP=\$(${pkgs.curl.bin}/bin/curl -sf \"http://jsonip.com\" | ${pkgs.gawk}/bin/awk -F'\"' '{print $4}')";
extip = "EXTIP=\$(${pkgs.curl.bin}/bin/curl -sLf \"http://jsonip.com\" | ${pkgs.gawk}/bin/awk -F'\"' '{print $4}')";

toYesNo = b: if b then "true" else "false";

Expand Down

0 comments on commit e324c02

Please sign in to comment.