From 4bb978ad7f483738f5e367a2c648b15ea469cecb Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 22 Mar 2026 19:41:06 -0400 Subject: [PATCH] Fix path to secrets file --- modules/hosts/nixos/kiosk-entryway/monitoring.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/nixos/kiosk-entryway/monitoring.nix b/modules/hosts/nixos/kiosk-entryway/monitoring.nix index d94dd47..246af7f 100644 --- a/modules/hosts/nixos/kiosk-entryway/monitoring.nix +++ b/modules/hosts/nixos/kiosk-entryway/monitoring.nix @@ -89,7 +89,7 @@ in vmagent_push_pw = { owner = "vmagent"; restartUnits = [ "vmagent.service" ]; - sopsFile = ../../../../shared/secrets.yaml; + sopsFile = ../../../shared/secrets.yaml; }; }; };