diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 03:16:18 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 03:16:18 -0400 |
| commit | 461b8cbd32352d9dc9614e16db7404df974faf91 (patch) | |
| tree | fdf43e1896af8f0482ec767e44e542ad48d79121 /config-joey.hs | |
| parent | dba84b8219d29506886065cc6bcd821d977d2bf8 (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index 09df857f..d269c4e7 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -78,8 +78,13 @@ hosts = -- (o) ` & ipv4 "66.228.36.95" & ipv6 "2600:3c03::f03c:91ff:fe73:b0d2" + & File.hasContent "/etc/motd" + [ "Welcome to the new kitenet.net server!" + , "This is still under construction and not yet live.." + ] + & Apt.installed ["linux-image-amd64"] - & Linode.chainPVGrub + & Linode.chainPVGrub 5 & Hostname.sane & Apt.unattendedUpgrades & Apt.installed ["systemd"] @@ -151,7 +156,7 @@ hosts = -- (o) ` in standardSystem "elephant.kitenet.net" Unstable "amd64" & ipv4 "193.234.225.114" - & Grub.chainPVGrub "hd0,0" "xen/xvda1" + & Grub.chainPVGrub "hd0,0" "xen/xvda1" 30 & Hostname.sane & Postfix.satellite & Apt.unattendedUpgrades |
