Some tweaks for Gateway6 job
svn path=/nixos/trunk/; revision=11496
This commit is contained in:
parent
3979844e22
commit
8c4ebbd24a
@ -1742,6 +1742,14 @@
|
||||
";
|
||||
};
|
||||
|
||||
waitPingableBroker = mkOption {
|
||||
default = true;
|
||||
example = false;
|
||||
description = "
|
||||
Whether to wait until tunnel broker returns ICMP echo.
|
||||
";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
@ -13,6 +13,8 @@ let
|
||||
everPing = cfg.everPing;
|
||||
|
||||
seccureKeys = config.security.seccureKeys;
|
||||
|
||||
waitPingableBroker = cfg.waitPingableBroker;
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user