diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-06 11:05:46 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-06 11:05:46 -0400 |
| commit | b6fe3fdc3aa0a24f34dab254f26ff96d1ba544ab (patch) | |
| tree | 48a76fce1de2338b6c1aa2baa7e976a3ab93fa25 /joeyconfig.hs | |
| parent | df95706a73f4509a5ac315fdb9b62940c38e9583 (diff) | |
| parent | 9863be7663b7954452d995956ebe1d4b65edaf56 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 6236c9e2..ce4ddbee 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -176,6 +176,7 @@ honeybee :: Host honeybee = host "honeybee.kitenet.net" $ props & standardSystem Testing ARMHF [ "Home router and arm git-annex build box." ] + & Apt.removed ["rsyslog"] & cubietech_Cubietruck & hasPartition @@ -196,7 +197,7 @@ honeybee = host "honeybee.kitenet.net" $ props [ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIS/hDYq1MAxfOBf49htym3BOYlx4Gk9SDpiHjv7u6IC") ] - & JoeySites.homePowerMonitor + & JoeySites.homePower (User "joey") hosts (Context "homepower.joeyh.name") |
