Set git branch to main
This commit is contained in:
parent
3ccaf146c4
commit
3289a2f29b
1 changed files with 6 additions and 4 deletions
10
configs.yml
10
configs.yml
|
@ -150,8 +150,9 @@ talisman:
|
|||
|
||||
repos:
|
||||
- clone:
|
||||
- git@tunuifranken.info:flyingscorpio/secrets.git
|
||||
- ~/src/secrets
|
||||
url: git@tunuifranken.info:flyingscorpio/secrets.git
|
||||
dest: ~/src/secrets
|
||||
branch: main
|
||||
- symlink:
|
||||
- ~/src/secrets/setup-cockpit/repos.yml
|
||||
- ~/setup-cockpit/repos.yml
|
||||
|
@ -163,8 +164,9 @@ pass:
|
|||
- pass
|
||||
- gnupg
|
||||
- clone:
|
||||
- git@tunuifranken.info:flyingscorpio/.password-store.git
|
||||
- ~/.password-store
|
||||
url: git@tunuifranken.info:flyingscorpio/.password-store.git
|
||||
dest: ~/.password-store
|
||||
branch: main
|
||||
- run:
|
||||
- gpg --import ~/src/secrets/privkey.asc
|
||||
- symlink:
|
||||
|
|
Loading…
Add table
Reference in a new issue