Update .config/topgrade.toml

This commit is contained in:
Nikolas Weger 2023-05-05 14:59:16 +02:00
parent a24f7fef97
commit be19ff3306

View file

@ -2,7 +2,7 @@
#assume_yes = true #assume_yes = true
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo"] disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes"]
# Show Preamble text # Show Preamble text
display_preamble = false display_preamble = false
@ -23,7 +23,7 @@ skip_notify = true
#run_in_tmux = true #run_in_tmux = true
# List of remote machines with Topgrade installed on them # List of remote machines with Topgrade installed on them
#remote_topgrades = ["toothless", "pi", "parnas"] remote_topgrades = ["chat", "db", "git", "java", "kali", "mail", "misc", "mon", "salt"]
# Arguments to pass SSH when upgrading remote systems # Arguments to pass SSH when upgrading remote systems
#ssh_arguments = "-o ConnectTimeout=2" #ssh_arguments = "-o ConnectTimeout=2"