mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: switch to upstreamed influxdb2 provisioning, add kanidm provisioning module
This commit is contained in:
parent
9533e760e4
commit
522de920bb
11 changed files with 776 additions and 1325 deletions
|
@ -82,17 +82,7 @@ in {
|
|||
passwordFile = config.age.secrets.influxdb-admin-password.path;
|
||||
tokenFile = config.age.secrets.influxdb-admin-token.path;
|
||||
};
|
||||
ensureOrganizations = [
|
||||
{
|
||||
name = "servers";
|
||||
}
|
||||
];
|
||||
ensureBuckets = [
|
||||
{
|
||||
name = "telegraf";
|
||||
org = "servers";
|
||||
}
|
||||
];
|
||||
organizations.servers.buckets.telegraf = {};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue