diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-05 23:39:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-05 23:39:35 -0400 |
| commit | f7886b2d596311593c40260d0f5bae286d655a99 (patch) | |
| tree | 8b6c3d8fcc1ba5383d1d5ff242bd7aee7c92e4d8 /src/Propellor/Property/SiteSpecific/JoeySites.hs | |
| parent | 9997a86d625b6ef91b7490a503f002d2a51d3997 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/JoeySites.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index aa68869d..1ce8204b 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1040,9 +1040,9 @@ homeRouter = propertyList "home router" $ props , "bogus-priv" , "interface=wlan0" , "domain=kitenet.net" - -- lease time is 30 minutes because the homepower + -- lease time is short because the homepower -- controller wants to know when clients disconnect - , "dhcp-range=10.1.1.100,10.1.1.150,30m" + , "dhcp-range=10.1.1.100,10.1.1.150,5m" , "no-hosts" , "address=/honeybee.kitenet.net/10.1.1.1" , "address=/house.kitenet.net/10.1.1.1" |
