From 6e726a18bfcc238ff9116b89e58b89dc7b073e39 Mon Sep 17 00:00:00 2001 Message-Id: <6e726a18bfcc238ff9116b89e58b89dc7b073e39.1715617726.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 9 Feb 2015 13:08:03 +0000 Subject: [PATCH] distorted.lisp: Service name for keyserver. Organization: Straylight/Edgeware From: Mark Wooding --- distorted.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distorted.lisp b/distorted.lisp index 82010f8..aa93638 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -134,8 +134,8 @@ (defzone distorted.org.uk (evolution :alias evo) ;; Colocated services. - ((irc vox) (colo :svc jazz.colo :sshfp "jazz") - (jump :svc jazz.jump :sshfp "jazz")) + ((irc vox keys) (colo :svc jazz.colo :sshfp "jazz") + (jump :svc jazz.jump :sshfp "jazz")) ((git www mail) (colo :svc stratocaster.colo :sshfp "stratocaster") (jump :svc stratocaster.jump :sshfp "stratocaster")) ((www @) :tlsa (:https (:service-certificate-constraint -- [mdw]