mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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 = {
|
||||
inherit (config.secrets.global.kanidm) persons;
|
||||
inherit (config.repo.secrets.global.kanidm) persons;
|
||||
|
||||
# Grafana
|
||||
groups.grafana = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue