From 772a4c379f4dc3bd0640fa1afdfedd06a81f5f00 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 14 Sep 2018 16:58:58 -0400 Subject: update --- src/Propellor/Property/SiteSpecific/JoeySites.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index a77a6be5..5e14d50f 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -1061,6 +1061,7 @@ homeRouter = propertyList "home router" $ props `requires` File.hasContent "/etc/default/hostapd" [ "DAEMON_CONF=/etc/hostapd/hostapd.conf" ] `onChange` Service.running "hostapd" + & Systemd.enabled "hostapd" & File.hasContent "/etc/resolv.conf" [ "domain kitenet.net" , "search kitenet.net" -- cgit v1.2.3