Remove dovecot variant as guix dovecot is fixed
systems/ene.scm
| 97 | 97 | (ssl-certificate-key "/etc/letsencrypt/live/ene.lepiller.eu/privkey.pem") | |
| 98 | 98 | (listen '("443 ssl http2" "[::]:443 ssl http2")) | |
| 99 | 99 | (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") | |
| 113 | 103 | (server-services "ene")))) |