updated antidote in prep for usage on laptop

This commit is contained in:
eeleater 2024-08-15 23:25:11 +02:00
parent 4dce77ed89
commit ef46d0e0a0
11 changed files with 29 additions and 281 deletions

View file

@ -21,11 +21,11 @@ skip_notify = true
#run_in_tmux = true
# List of remote machines with Topgrade installed on them
{{ if eq .chezmoi.hostname "pxm" }}
{{- if eq .chezmoi.hostname "pxm" }}
remote_topgrades = ["docker", "kali", "mail"]
{{ else }}
{{- else }}
remote_topgrades = ["pxm", "web", "infra"]
{{ end }}
{{- end }}
# Arguments to pass SSH when upgrading remote systems
#ssh_arguments = "-o ConnectTimeout=2"