From 32133a5624e427d7a8534dbcc1e73e2308fe7851 Mon Sep 17 00:00:00 2001 From: Baptiste Grenier Date: Tue, 28 Jan 2025 11:29:14 +0100 Subject: [PATCH] rbw: add conf for ptidoux --- home/private_dot_config/rbw/config.json.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/private_dot_config/rbw/config.json.tmpl b/home/private_dot_config/rbw/config.json.tmpl index f3e8010e..4c037349 100644 --- a/home/private_dot_config/rbw/config.json.tmpl +++ b/home/private_dot_config/rbw/config.json.tmpl @@ -1,5 +1,7 @@ {{- if eq .chezmoi.os "darwin" -}} {"email":"baptiste.grenier@egi.eu","sso_id":null,"base_url":null,"identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":360000,"sync_interval":3600,"pinentry":"/opt/homebrew/bin/pinentry-mac","client_cert_path":null} +{{- else if eq .chezmoi.hostname "ptidoux" -}} +{"email":"baptiste@bapt.name","sso_id":null,"base_url":null,"identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":360000,"sync_interval":3600,"pinentry":"pinentry","client_cert_path":null} {{- else }} {"email":"baptiste@bapt.name","sso_id":null,"base_url":null,"identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":360000,"sync_interval":3600,"pinentry":"pinentry-gnome3","client_cert_path":null} {{- end }}