123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- network.description = "C3D2 HQ";
-
- "grafana" =
- { ... }:
- {
- imports = [
- hosts/containers/grafana/configuration.nix
- ];
- deployment = {
- targetHost = "grafana.hq.c3d2.de";
- storeKeysOnMachine = true;
- };
- };
-
- "dhcp" =
- { ... }:
- {
- imports = [
- hosts/containers/dhcp/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
- storeKeysOnMachine = true;
- };
- };
-
- "mucbot" =
- { ... }:
- {
- imports = [
- hosts/containers/mucbot/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201:28db:dff:fe6b:e89a";
- storeKeysOnMachine = true;
- };
- };
-
- "mpd-index" =
- { ... }:
- {
- imports = [
- hosts/containers/mpd-index/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201:5ca3:f7ff:fe6d:dcf0";
- storeKeysOnMachine = true;
- };
- };
-
- "public-access-proxy" =
- { ... }:
- {
- imports = [
- hosts/containers/public-access-proxy/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201:1024:5fff:febd:9be7";
- storeKeysOnMachine = true;
- };
- };
- "elastic1" =
- { ... }:
- {
- imports = [
- hosts/containers/elastic/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5282:e0d5:d8ff:fe54:586c";
- storeKeysOnMachine = true;
- };
- };
- "logging" =
- { ... }:
- {
- imports = [
- hosts/containers/logging/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5282:6811:edff:fe40:89c6";
- storeKeysOnMachine = true;
- };
- };
- "storage-ng" =
- { ... }:
- {
- imports = [
- hosts/storage-ng/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201::20";
- storeKeysOnMachine = true;
- };
- };
- "mongo" =
- { ... }:
- {
- imports = [
- hosts/containers/mongo/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5282:14ec:c8ff:fe0a:fc5c";
- storeKeysOnMachine = true;
- };
- };
- "registry" =
- { ... }:
- {
- imports = [
- hosts/containers/registry/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5201::34";
- storeKeysOnMachine = true;
- };
- };
- "prometheus" =
- { ... }:
- {
- imports = [
- hosts/containers/prometheus/configuration.nix
- ];
- deployment = {
- targetHost = "2a02:8106:208:5282:8c46:d6ff:fe43:6afd";
- storeKeysOnMachine = true;
- };
- };
-
-
- }
|