removed infra from remote topgrades, because it is now nixos

This commit is contained in:
Nikolas Weger 2024-10-23 12:14:13 +02:00
parent 80f53863a2
commit e7322f20a9

View file

@ -28,7 +28,7 @@ skip_notify = true
{{- if eq .chezmoi.hostname "pxm" }} {{- if eq .chezmoi.hostname "pxm" }}
remote_topgrades = ["kali", "mail"] remote_topgrades = ["kali", "mail"]
{{- else }} {{- else }}
remote_topgrades = ["pxm", "web", "infra", "kube"] remote_topgrades = ["pxm", "web", "kube"] # "infra",
{{- end }} {{- end }}
# Arguments to pass SSH when upgrading remote systems # Arguments to pass SSH when upgrading remote systems