diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 01:40:02 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 01:40:02 -0400 |
| commit | ff2e7360e406f307eba0cd978286e6ec8270264f (patch) | |
| tree | 3ab6e04f3f5b6428688cf840d5a72f2f5d39528d | |
| parent | d6df70e09ff8435298f814c6fad1591821ab21e0 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index a4e2a560..85d5bb13 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -76,6 +76,8 @@ hosts = -- (o) ` in standardSystem "kite.kitenet.net" Stable "amd64" & ipv4 "66.228.36.95" & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" + + & Apt.installed ["linux-image-amd64", "pv-grub-menu"] -- Important stuff that needs not too much memory or CPU. , let ctx = Context "diatom.kitenet.net" |
