summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific
diff options
context:
space:
mode:
authorJoey Hess2017-07-27 08:41:35 -0400
committerJoey Hess2017-07-27 08:41:35 -0400
commit14356c3679e3450aedb84a75f222b568c70645e3 (patch)
treeb7c247a5d7e6ebc9c356ad4c731f9101b60dde53 /src/Propellor/Property/SiteSpecific
parent856c3dd86a7a38919d267e610e798ca46f4412d4 (diff)
update
Diffstat (limited to 'src/Propellor/Property/SiteSpecific')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 5c8b14a4..d686f3d9 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -934,7 +934,7 @@ alarmClock oncalendar (User user) command = combineProperties "goodmorning timer
-- My home router, running hostapd and dnsmasq for wlan0,
-- with eth0 connected to a satellite modem, and a fallback ppp connection.
homeRouter :: Property (HasInfo + DebianLike)
-homeRouter = combineProperties "home router" $ props
+homeRouter = propertyList "home router" $ props
& Network.static "wlan0" (IPv4 "10.1.1.1") Nothing
`requires` Network.cleanInterfacesFile
& Apt.serviceInstalledRunning "hostapd"