From 9997a86d625b6ef91b7490a503f002d2a51d3997 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 May 2018 21:56:21 -0400 Subject: propellor spin --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 6236c9e2..2b69d541 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -196,7 +196,7 @@ honeybee = host "honeybee.kitenet.net" $ props [ (SshEd25519, "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIS/hDYq1MAxfOBf49htym3BOYlx4Gk9SDpiHjv7u6IC") ] - & JoeySites.homePowerMonitor + & JoeySites.homePower (User "joey") hosts (Context "homepower.joeyh.name") -- cgit v1.2.3 From 44eac317e72df5c2b433527800a00315659a9d4f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 May 2018 03:04:45 -0400 Subject: remove rsyslog from honeybee to save disk space --- joeyconfig.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'joeyconfig.hs') diff --git a/joeyconfig.hs b/joeyconfig.hs index 2b69d541..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 -- cgit v1.2.3