diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-06 03:04:45 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-06 03:04:45 -0400 |
| commit | 44eac317e72df5c2b433527800a00315659a9d4f (patch) | |
| tree | fff84e5596a49db07a8f817c909804cef4f6d4a7 | |
| parent | f7886b2d596311593c40260d0f5bae286d655a99 (diff) | |
remove rsyslog from honeybee to save disk space
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
