From b2a2cacdc2a07acfc8479a23d92a7aed2b6013c3 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 Apr 2019 03:10:31 +0200 Subject: [PATCH] add experimental nixops file --- hq.nixops | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hq.nixops diff --git a/hq.nixops b/hq.nixops new file mode 100644 index 00000000..4446c6c3 --- /dev/null +++ b/hq.nixops @@ -0,0 +1,21 @@ +{ + network.description = "C3D2 HQ"; + + "grafana" = + { ... }: + { + imports = [ + hosts/storage-ng/grafana/configuration.nix + ]; + deployment.targetHost = "grafana.hq.c3d2.de"; + }; + + "dhcp" = + { ... }: + { + imports = [ + hosts/storage-ng/dhcp/configuration.nix + ]; + deployment.targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988"; + }; +}