auth machine
This commit is contained in:
parent
98dce86882
commit
851a9e18db
34 changed files with 2383 additions and 99 deletions
5
hive.nix
5
hive.nix
|
|
@ -45,4 +45,9 @@ inputs @ {
|
|||
imports = [./machines/${name}/definition.nix];
|
||||
deployment.tags = ["grafana" "prometheus"];
|
||||
};
|
||||
|
||||
auth = {name, ...}: {
|
||||
imports = [./machines/${name}/definition.nix];
|
||||
deployment.tags = ["zitadel" "sso" "ldap"];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue