config/topgrade: disable nix & fix git repo config

This commit is contained in:
xeruf 2021-12-02 12:45:58 +01:00
parent 36c7d5b791
commit ebf05c0064
1 changed files with 5 additions and 5 deletions

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 = ["system", "emacs"] disable = ["nix"]
# Ignore failures for these steps # Ignore failures for these steps
#ignore_failures = ["powershell"] #ignore_failures = ["powershell"]
@ -17,7 +17,7 @@ no_retry = 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 = ["tiger"]
# 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"
@ -38,12 +38,12 @@ no_retry = true
max_concurrency = 5 max_concurrency = 5
# Additional git repositories to pull # Additional git repositories to pull
repos = [ repos = [
"~/data", # "~/data",
"~/.local/share" # "~/.local/share"
] ]
# Don't pull the predefined git repos # Don't pull the predefined git repos
pull_predefined = false #pull_predefined = false
# Arguments to pass Git when pulling Repositories # Arguments to pass Git when pulling Repositories
arguments = "--rebase --autostash" arguments = "--rebase --autostash"