diff options
| author | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:21:55 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2014-12-07 15:21:55 -0400 |
| commit | 2fe0b28982c403ea49c71854da11354067527394 (patch) | |
| tree | 9460f920078d14a068e709b76b610fa641f089be /config-joey.hs | |
| parent | 3b0b6f44dd60807d7005421eed95cf53c731fc28 (diff) | |
more uses for hostContext
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs index abbd846d..9e0cf90f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -209,7 +209,7 @@ diatom = standardSystem "diatom.kitenet.net" (Stable "wheezy") "amd64" & ipv4 "107.170.31.195" & DigitalOcean.distroKernel - & Ssh.hostKeys (Context "diatom.kitenet.net") + & Ssh.hostKeys hostContext & Apt.unattendedUpgrades & Apt.serviceInstalledRunning "ntp" & Postfix.satellite @@ -273,9 +273,9 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" & Apt.unattendedUpgrades & Systemd.installed & Systemd.persistentJournal - & Ssh.hostKeys ctx + & Ssh.hostKeys hostContext & sshPubKey "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAJkoPRhUGT8EId6m37uBdYEtq42VNwslKnc9mmO+89ody066q6seHKeFY6ImfwjcyIjM30RTzEwftuVNQnbEB0=" - & Ssh.keyImported SshRsa "joey" ctx + & Ssh.keyImported SshRsa "joey" hostContext & Apt.serviceInstalledRunning "swapspace" & alias "eubackup.kitenet.net" @@ -315,8 +315,6 @@ elephant = standardSystem "elephant.kitenet.net" Unstable "amd64" -- that port for ssh, for traveling on bad networks that -- block 22. & Ssh.listenPort 80 - where - ctx = Context "elephant.kitenet.net" --' __|II| ,. |
