chore(nginx): move nginx files to their own folder

This commit is contained in:
Adam Szucs-Matyas 2024-05-07 10:36:03 +02:00 committed by Shivaraj B H
parent 1f7c1cdc98
commit c93d0ad98f
4 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ in
./clickhouse
./elasticsearch.nix
./mysql
./nginx.nix
./nginx
./postgres
./redis-cluster.nix
./redis.nix

View File

@ -37,7 +37,7 @@
"${inputs.services-flake}/nix/clickhouse/clickhouse_test.nix"
"${inputs.services-flake}/nix/elasticsearch_test.nix"
"${inputs.services-flake}/nix/mysql/mysql_test.nix"
"${inputs.services-flake}/nix/nginx_test.nix"
"${inputs.services-flake}/nix/nginx/nginx_test.nix"
"${inputs.services-flake}/nix/postgres/postgres_test.nix"
"${inputs.services-flake}/nix/redis_test.nix"
"${inputs.services-flake}/nix/redis-cluster_test.nix"