Fix using vars
This commit is contained in:
+2
-2
@@ -2,9 +2,9 @@ encryption = "age"
|
||||
|
||||
[age]
|
||||
{{ if eq .chezmoi.osRelease.id "nixos" }}
|
||||
identity = "{{ .vars.nixosAgeKeyPath }}"
|
||||
identity = "{{ .nixosAgeKeyPath }}"
|
||||
{{ else }}
|
||||
identity = "{{ .vars.defaultAgeKeyPath }}"
|
||||
identity = "{{ .defaultAgeKeyPath }}"
|
||||
{{ end }}
|
||||
recipient = "age1tl5hp6v0t38fl8gxuqds40z503mwz885ev22au4jdy5r24aak3zsza23sx"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user