diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-06 21:51:00 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-06 21:51:00 -0400 |
| commit | d832ef93d68e3b15d71ea4cf990d94f741ca3141 (patch) | |
| tree | f8ed094809563c0b5d65144adb5203ed6f233575 | |
| parent | e144f74a04476928dc8bc96d2bcbb2578f79e370 (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 31ca807b..d9e23bc0 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -170,6 +170,10 @@ hosts = -- (o) ` & Hostname.sane & Postfix.satellite & Apt.unattendedUpgrades + & Ssh.hostKey SshDsa + & Ssh.hostKey SshRsa + & Ssh.hostKey SshEcdsa + & Ssh.keyImported SshRsa "joey" & alias "eubackup.kitenet.net" & Apt.installed ["obnam", "sshfs", "rsync"] |
