From 9d4a569c8bd8e16d4b4965cac0126ba283283834 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 3 Mar 2025 01:22:28 -0600 Subject: [PATCH] Add doppler config detail --- home/.chezmoi.toml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 17d9828..cd5bb5e 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -59,6 +59,10 @@ encryption = "age" identity = "{{ .chezmoi.homeDir }}/key.txt" recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze" +[doppler] + project = "dotfiles" + config = "production" + [hooks.init.pre] command = "{{ .chezmoi.sourceDir }}/hooks/.init_pre.sh" [hooks.update.pre]