indico: use systemd-creds

Signed-off-by: Jeltz <jeltz@federez.net>
This commit is contained in:
jeltz 2025-03-08 12:03:51 +01:00
parent 6c627daa51
commit 5d32735063
Signed by: jeltz
GPG key ID: 800882B66C0C3326
4 changed files with 27 additions and 21 deletions

View file

@ -15,20 +15,14 @@
age.secrets = {
indico-ldap-bind-password = {
file = ../secrets/indico-ldap-bind-password.age;
owner = config.services.indico.user;
group = config.services.indico.group;
};
indico-mail-password = {
file = ../secrets/indico-mail-password.age;
owner = config.services.indico.user;
group = config.services.indico.group;
};
indico-secret-key = {
file = ../secrets/indico-secret-key.age;
owner = config.services.indico.user;
group = config.services.indico.group;
};
};