summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2018-04-08 19:37:12 -0400
committerJoey Hess2018-04-08 19:37:12 -0400
commit04f1f5beaaa6ce4b019f20acde1b0963ea33a8cb (patch)
treeb3de91dad32daca23cceb5470a498d87f677aa7d /src/Propellor/Property/SiteSpecific
parentc479874351956df0faef0f7182be07f7339bdf05 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index cd0ad26f..eb2adc56 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -1010,6 +1010,7 @@ homeRouter = propertyList "home router" $ props
, "dhcp-range=10.1.1.100,10.1.1.150,24h"
, "no-hosts"
, "address=/honeybee.kitenet.net/10.1.1.1"
+ , "address=/house.kitenet.net/10.1.1.1"
]
`onChange` Service.restarted "dnsmasq"
& ipmasq "wlan0"