forked from mirrors/nixpkgs
Correct web-skip value to match behavior of checkip.dyndns.com
This commit is contained in:
parent
2331185794
commit
6129be5a7a
|
@ -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 = "";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue