diff options
Diffstat (limited to 'hosts/kay/modules/hurricane.nix')
-rw-r--r-- | hosts/kay/modules/hurricane.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/kay/modules/hurricane.nix b/hosts/kay/modules/hurricane.nix index 3630a01..b32601c 100644 --- a/hosts/kay/modules/hurricane.nix +++ b/hosts/kay/modules/hurricane.nix @@ -76,7 +76,7 @@ in auth_url="https://$username:$update_key@ipv4.tunnelbroker.net/nic/update?hostname=$tunnel_id" until curl --silent "$auth_url"; do - sleep 5 + sleep 1 done while [ ! -e /sys/class/net/${iface} ]; do |