diff --git a/roles/archweb/templates/local_settings.py.j2 b/roles/archweb/templates/local_settings.py.j2
index d145d3ddd63cebcd5575d9eb490a84111a888b9a..5db5268520567603642d5b286916176b8ca22282 100644
--- a/roles/archweb/templates/local_settings.py.j2
+++ b/roles/archweb/templates/local_settings.py.j2
@@ -72,6 +72,6 @@ ALLOWED_HOSTS = [{% for host in archweb_allowed_hosts %}'{{ host }}', {% endfor
 PGP_SERVER = 'keyserver.ubuntu.com'
 
 TIER0_MIRROR_DOMAIN = 'repos.archlinux.org'
-TIER0_MIRROR_SECRET = '{{ vault_archweb_x_sent_from_secret }}'
+#TIER0_MIRROR_SECRET = '{{ vault_archweb_x_sent_from_secret }}'
 
 # vim: set ts=4 sw=4 et: