forked from mirrors_public/oddlama_nix-config
fix: missing repo in secret attribute path
This commit is contained in:
parent
0b8de70330
commit
e5d8c1f74a
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
provision = {
|
provision = {
|
||||||
inherit (config.secrets.global.kanidm) persons;
|
inherit (config.repo.secrets.global.kanidm) persons;
|
||||||
|
|
||||||
# Grafana
|
# Grafana
|
||||||
groups.grafana = {};
|
groups.grafana = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue