From b8c3e871449260e22e469d2d76f3ebfa6f03f056 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Wed, 13 Nov 2024 16:45:21 +0200 Subject: [PATCH] fix: tamma secrets path --- lxc/tamma.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc/tamma.yaml b/lxc/tamma.yaml index f8180da..31f61b5 100644 --- a/lxc/tamma.yaml +++ b/lxc/tamma.yaml @@ -37,4 +37,4 @@ actions: - name: remote rebuild dry-activate (tailscale) exectemplate: nixos-rebuild dry-activate --flake ".#{{ .A.host.Name }}" --target-host {{ .A.host.Data.user }}@{{ .A.host.Name }} - name: edit secrets - exectemplate: sops secrets/{{ .A.host.Name }}/secrets.yaml + exectemplate: sops ../secrets/{{ .A.host.Name }}/secrets.yaml -- 2.44.1