summary refs log tree commit diff
path: root/nixos/modules/services/networking/ddclient.nix
diff options
context:
space:
mode:
authorThomas Bereknyei <tomberek@gmail.com>2013-12-11 23:17:53 -0500
committerThomas Bereknyei <tomberek@gmail.com>2013-12-11 23:22:43 -0500
commit6129be5a7a471e47fa79a14c1d2683273d712770 (patch)
treecd7511bc5000a36fd71a21c99c660c7310f3edb8 /nixos/modules/services/networking/ddclient.nix
parent233118579400d89af0674ac11aa0bb9f920734e7 (diff)
downloadnixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar.gz
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar.bz2
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar.lz
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar.xz
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.tar.zst
nixpkgs-6129be5a7a471e47fa79a14c1d2683273d712770.zip
Correct web-skip value to match behavior of checkip.dyndns.com
Diffstat (limited to 'nixos/modules/services/networking/ddclient.nix')
-rw-r--r--nixos/modules/services/networking/ddclient.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/ddclient.nix b/nixos/modules/services/networking/ddclient.nix
index 62709a040a1..c53cb68fb75 100644
--- a/nixos/modules/services/networking/ddclient.nix
+++ b/nixos/modules/services/networking/ddclient.nix
@@ -86,7 +86,7 @@ in
       };
 
       web = mkOption {
-        default = "web, web=checkip.dyndns.com/, web-skip='IP Address'" ;
+        default = "web, web=checkip.dyndns.com/, web-skip='Current IP Address: '" ;
         description = "";
       };