diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 33ce3fd..3de6764 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -1,7 +1,3 @@ -# Additional git repositories to pull -git_repos = [ - "~/.password-store", -] # Disable specific steps - same options as the command line flag disable = ["pnpm"] @@ -13,7 +9,7 @@ disable = ["pnpm"] #no_retry = true # Run inside tmux -#run_in_tmux = true +run_in_tmux = true # List of remote machines with Topgrade installed on them #remote_topgrades = ["toothless", "pi", "parnas"] @@ -42,3 +38,8 @@ disable = ["pnpm"] # Cleanup temporary or old files #cleanup = true +# Additional git repositories to pull +[git] +repos = [ + "~/.password-store", +]