removed docker vm from vm host

This commit is contained in:
eeleater 2024-09-13 11:35:43 +02:00
parent be8b4ff00b
commit 9cbe200c92

View file

@ -26,7 +26,7 @@ skip_notify = true
# List of remote machines with Topgrade installed on them
{{- if eq .chezmoi.hostname "pxm" }}
remote_topgrades = ["docker", "kali", "mail"]
remote_topgrades = ["kali", "mail"]
{{- else }}
remote_topgrades = ["pxm", "web", "infra", "kube"]
{{- end }}