From 14356c3679e3450aedb84a75f222b568c70645e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 27 Jul 2017 08:41:35 -0400 Subject: update --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/SiteSpecific') 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" -- cgit v1.2.3