pioneer: Fix path to erpnext database secrets
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
teutat3s 2023-07-17 23:06:14 +02:00
parent 6781fa356b
commit cd41d38b29
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -12,12 +12,12 @@
owner = "erpnext";
};
age.secrets.erpnext-db-root-password = {
file = "${self}/secrets/erpnext-database-root-password.age";
file = "${self}/secrets/erpnext-db-root-password.age";
mode = "700";
owner = "erpnext";
};
age.secrets.erpnext-db-user-password = {
file = "${self}/secrets/erpnext-database-user-password.age";
file = "${self}/secrets/erpnext-db-user-password.age";
mode = "700";
owner = "erpnext";
};