view dot_config/python_keyring/keyringrc.cfg.tmpl @ 1048:c27e3816ab86

fix: import local hg config after general config
author Zeger Van de Vannet <zeger@vandevan.net>
date Thu, 13 Jun 2024 20:48:00 +0200
parents b5a2fd26f4d4
children
line wrap: on
line source

{{ if eq .chezmoi.os "linux" -}}
[backend]
{{ if eq .chezmoi.osRelease.name "Ubuntu" -}}
default-keyring=keyring.backends.SecretService.Keyring
{{ else -}}
default-keyring=keyrings.cryptfile.cryptfile.CryptFileKeyring
{{- end }}
{{- end }}