9e1beb6895
Rewrite of some of the Apps to Nix. Tried to convert
ApplicationSets to simple Applications with an ${env}
modifier.
17 lines
237 B
Nix
17 lines
237 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./atlantis.nix
|
|
./dapr.nix
|
|
./dex.nix
|
|
./keycloak.nix
|
|
./loki.nix
|
|
./openfga.nix
|
|
./opentelemetry-collector.nix
|
|
./rabbitmq.nix
|
|
./redis.nix
|
|
./tempo.nix
|
|
./wordpress.nix
|
|
];
|
|
}
|