diff --git a/roles/grafana/files/public-dashboards/home.json b/roles/grafana/files/public-dashboards/home.json
deleted file mode 120000
index cc23dacb5279b82a5a1cebf6bcabf107c195c623..0000000000000000000000000000000000000000
--- a/roles/grafana/files/public-dashboards/home.json
+++ /dev/null
@@ -1 +0,0 @@
-archive.json
\ No newline at end of file
diff --git a/roles/grafana/templates/grafana.ini.j2 b/roles/grafana/templates/grafana.ini.j2
index 432a30a8748bdfaacdb2b96f59a53fa458894bc9..f96c8bc77a0d32bae415b0d2ca6c99f530342832 100644
--- a/roles/grafana/templates/grafana.ini.j2
+++ b/roles/grafana/templates/grafana.ini.j2
@@ -352,7 +352,7 @@ strict_transport_security_max_age_seconds = 86400
 
 # Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
 {% if grafana_anonymous_access %}
-default_home_dashboard_path = /var/lib/grafana/public-dashboards/home.json
+default_home_dashboard_path = /var/lib/grafana/public-dashboards/archive.json
 {% else %}
 ;default_home_dashboard_path =
 {% endif %}