mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
19 lines
239 B
Nix
19 lines
239 B
Nix
{
|
|
imports = [
|
|
./elasticsearch
|
|
./haproxy
|
|
./home-assistant
|
|
./mariadb
|
|
./minio
|
|
./mongodb
|
|
./mongodb-pod
|
|
./n8n-pod
|
|
./nextcloud
|
|
./nginx
|
|
./opensearch
|
|
./postgresql
|
|
./rabbitmq
|
|
./redis
|
|
];
|
|
}
|