From 6c69fb0aceda3e475c0ff321c21382b675a5f469 Mon Sep 17 00:00:00 2001 From: "v.karaychentsev" <105486287+vk-aterise@users.noreply.github.com> Date: Sun, 15 Mar 2026 16:17:39 +0300 Subject: [PATCH] fixed sops decrypt path --- hosts/home-morefine/systemd/sops/sops-decrypt.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/home-morefine/systemd/sops/sops-decrypt.service b/hosts/home-morefine/systemd/sops/sops-decrypt.service index e6403ec..7ac7c54 100644 --- a/hosts/home-morefine/systemd/sops/sops-decrypt.service +++ b/hosts/home-morefine/systemd/sops/sops-decrypt.service @@ -11,7 +11,7 @@ WorkingDirectory=/srv/gitops Environment=SOPS_AGE_KEY_FILE=/root/.config/sops/age/keys.txt # твой скрипт расшифровки (держи в репо или в /usr/local/bin) -ExecStart=/srv/gitops/homelab-infra/lab-home/sops-decrypt.sh +ExecStart=/srv/gitops/shared/sops-decrypt.sh TimeoutStartSec=300