From: Mark Wooding Date: Thu, 9 Jun 2011 10:27:04 +0000 (+0100) Subject: distorted.lisp: Reorganize services. X-Git-Url: https://git.distorted.org.uk/~mdw/zones/commitdiff_plain/95eac8363a01db72afea66796c777a3332deaf81 distorted.lisp: Reorganize services. * Move metalzone's services to vampire's IP address. I know vampire is still listening on metalzone's old address, but this seems more honest. Some SSH clients might need tweaking as a result. * Announce ibanez as the new NTP master. This is perhaps a little premature, but I want its guests syncing from it (to minimize network latency) and don't want to fiddle with the configuration later. --- diff --git a/distorted.lisp b/distorted.lisp index 9d81567..44ba08f 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -103,16 +103,13 @@ ;; ;; Local services. (@ :svc www-frontend) - ((www ftp wiki git bugs mail) - (inet :svc guvnor.demon) - (fretwank :svc metalzone)) - ((db tor i2p rawk vox www-cache) + ((www ftp wiki git bugs mail db tor i2p rawk vox www-cache) (inet :svc guvnor.demon) (fretwank :svc vampire)) ;; ;; Internal services. - ((ntp1) (fretwank :svc metalzone)) - ((wpad ntp news) (fretwank :svc vampire)) + ((ntp) (fretwank :svc ibanez)) + ((wpad ntp1 news) (fretwank :svc vampire)) ;; ;; Wired ethernet. (fretwank :net fretwank)