mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-08 16:06:57 -06:00
use variables for identity path & password manager install script path
This commit is contained in:
@@ -40,8 +40,8 @@ args = [
|
|||||||
|
|
||||||
encryption = "age"
|
encryption = "age"
|
||||||
[age]
|
[age]
|
||||||
identity = "/home/xevion/key.txt"
|
identity = "{{ .chezmoi.homeDir }}/key.txt"
|
||||||
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"
|
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"
|
||||||
|
|
||||||
[hooks.read-source-state.pre]
|
[hooks.read-source-state.pre]
|
||||||
command = ".local/share/chezmoi/home/.install-password-manager.sh"
|
command = "{{ .chezmoi.sourceDir }}/.install-password-manager.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user