diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:23:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-17 19:23:43 -0400 |
| commit | 32438c5df176c53c9d07b0c9cd7c8e07effd8d4b (patch) | |
| tree | e62c570f25f07b210ec191cebf7cff3eb8b274e4 /joeyconfig.hs | |
| parent | 15073fd5fc812941e2ab2d39d5950106fb3b7a98 (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 2 insertions, 0 deletions
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") |
