view dot_config/python_keyring/keyringrc.cfg.tmpl @ 1035:45d1a5571c52

feat: enable hibernation in menu
author Zeger Van de Vannet <zeger@vandevan.net>
date Thu, 13 Jun 2024 19:39:13 +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 }}