fix: missing repo in secret attribute path

This commit is contained in:
oddlama 2023-08-27 01:29:55 +02:00
parent 0b8de70330
commit e5d8c1f74a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -88,7 +88,7 @@ in {
};
provision = {
inherit (config.secrets.global.kanidm) persons;
inherit (config.repo.secrets.global.kanidm) persons;
# Grafana
groups.grafana = {};