shell: gnupg: always update conf
[sourcephile-nix.git] / servers / mermet / dovecot / sourcephile.fr.nix
index 46f01c07e19f72892145e57d19667bc61629756a..7271c05b54c9c565d60aef5551290750a1f997b7 100644 (file)
@@ -53,6 +53,8 @@ services.nginx.virtualHosts."autoconfig.${domain}" = {
     access_log off;
     log_not_found off;
   '';
+  forceSSL = true;
+  useACMEHost = domain;
   root = pkgs.writeTextFile {
     name = "autoconfig";
     destination = "/mail/config-v1.1.xml";