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; }; }; };