From bae7e085977f5c2470e9e1aa4f74fa44b69db456 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2014 11:32:29 -0400 Subject: propellor spin --- config-joey.hs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index e62efa4b..37604e55 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -85,17 +85,15 @@ hosts = -- (o) ` & Hostname.sane & Apt.unattendedUpgrades & Apt.installed ["systemd"] + & Ssh.hostKeys (Context "kitenet.net") - , let ctx = Context "diatom.kitenet.net" - in standardSystem "diatom.kitenet.net" Stable "amd64" + , standardSystem "diatom.kitenet.net" Stable "amd64" [ "Important stuff that needs not too much memory or CPU." ] & ipv4 "107.170.31.195" & DigitalOcean.distroKernel & Hostname.sane - & Ssh.hostKey SshDsa ctx - & Ssh.hostKey SshRsa ctx - & Ssh.hostKey SshEcdsa ctx + & Ssh.hostKeys (Context "diatom.kitenet.net") & Apt.unattendedUpgrades & Apt.serviceInstalledRunning "ntp" & Postfix.satellite @@ -157,9 +155,7 @@ hosts = -- (o) ` & Hostname.sane & Postfix.satellite & Apt.unattendedUpgrades - & Ssh.hostKey SshDsa ctx - & Ssh.hostKey SshRsa ctx - & Ssh.hostKey SshEcdsa ctx + & Ssh.hostKeys ctx & Ssh.keyImported SshRsa "joey" ctx & alias "eubackup.kitenet.net" -- cgit v1.2.3