diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-27 08:41:35 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-27 08:41:35 -0400 |
| commit | 14356c3679e3450aedb84a75f222b568c70645e3 (patch) | |
| tree | b7c247a5d7e6ebc9c356ad4c731f9101b60dde53 /src | |
| parent | 856c3dd86a7a38919d267e610e798ca46f4412d4 (diff) | |
update
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
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" |
