Fix path to secrets file

This commit is contained in:
Gene Liverman 2026-03-22 19:41:06 -04:00
parent b33f8a929e
commit 4bb978ad7f
No known key found for this signature in database

View file

@ -89,7 +89,7 @@ in
vmagent_push_pw = {
owner = "vmagent";
restartUnits = [ "vmagent.service" ];
sopsFile = ../../../../shared/secrets.yaml;
sopsFile = ../../../shared/secrets.yaml;
};
};
};