diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 02:32:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 02:32:05 -0400 |
| commit | 23303c622ce31e5184fd23a47a750fd796593c90 (patch) | |
| tree | b4643b0a278997e6726cf4254fa5d80827b2cf9c | |
| parent | 1a7c10d4604a5046617d337c1aa1a77c0a0cf7d2 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 275aa0d9..1ef9a96d 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -79,6 +79,7 @@ hosts = -- (o) ` & Hostname.sane & Apt.unattendedUpgrades & Apt.installed ["linux-image-amd64", "pv-grub-menu"] + & Apt.installed ["systemd"] -- Important stuff that needs not too much memory or CPU. , let ctx = Context "diatom.kitenet.net" |
