view dot_config/python_keyring/keyringrc.cfg.tmpl @ 1036:31351132efca

feat: switch rtx to mise and fixes for clean installs
author Zeger Van de Vannet <zeger@vandevan.net>
date Sun, 16 Jun 2024 20:24:58 +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 }}