From 32438c5df176c53c9d07b0c9cd7c8e07effd8d4b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Nov 2017 19:23:43 -0400 Subject: propellor spin --- joeyconfig.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index e1046081..bc2d6cc7 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -7,6 +7,7 @@ import Propellor.Property.Scheduled import Propellor.Property.DiskImage import Propellor.Property.Chroot import Propellor.Property.Machine +import Propellor.Property.Bootstrap import qualified Propellor.Property.File as File import qualified Propellor.Property.Apt as Apt import qualified Propellor.Property.Network as Network @@ -194,6 +195,7 @@ honeybee = host "honeybee.kitenet.net" $ props & "/etc/default/rcS" `File.containsLine` "FSCKFIX=yes" -- No hardware clock & Apt.serviceInstalledRunning "ntp" + & bootstrappedFrom GitRepoOutsideChroot & JoeySites.homePowerMonitor (User "joey") -- cgit v1.2.3