Mercurial > dotfiles
comparison dot_config/python_keyring/keyringrc.cfg.tmpl @ 1034:b5a2fd26f4d4
feat: configure keyring
author | Zeger Van de Vannet <zeger@vandevan.net> |
---|---|
date | Sun, 09 Jun 2024 18:19:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
894:c140fbe39d37 | 1034:b5a2fd26f4d4 |
---|---|
1 {{ if eq .chezmoi.os "linux" -}} | |
2 [backend] | |
3 {{ if eq .chezmoi.osRelease.name "Ubuntu" -}} | |
4 default-keyring=keyring.backends.SecretService.Keyring | |
5 {{ else -}} | |
6 default-keyring=keyrings.cryptfile.cryptfile.CryptFileKeyring | |
7 {{- end }} | |
8 {{- end }} |