Remove dovecot variant as guix dovecot is fixed

Julien LepillerTue May 26 16:42:33+0200 2020

dc13b88

Remove dovecot variant as guix dovecot is fixed

systems/ene.scm

9797
                  (ssl-certificate-key "/etc/letsencrypt/live/ene.lepiller.eu/privkey.pem")
9898
                  (listen '("443 ssl http2" "[::]:443 ssl http2"))
9999
                  (server-name '(default))(root "/srv/http/default")))))
100-
      (modify-services
101-
        (lepiller-mail-services
102-
          #:interface "eth0"
103-
          #:domain "courriel.lepiller.eu")
104-
        (dovecot-service-type
105-
          config =>
106-
          (dovecot-configuration
107-
            (inherit config)
108-
            (dovecot
109-
              (package
110-
                (inherit dovecot)
111-
		(arguments
112-
		  (append `(#:tests? #f) (package-arguments dovecot))))))))
100+
      (lepiller-mail-services
101+
        #:interface "eth0"
102+
        #:domain "courriel.lepiller.eu")
113103
      (server-services "ene"))))