24
7
Fork 3

add experimental nixops file

Dieser Commit ist enthalten in:
Astro 2019-04-01 03:10:31 +02:00
Ursprung 60f57166c9
Commit b2a2cacdc2
1 geänderte Dateien mit 21 neuen und 0 gelöschten Zeilen

21
hq.nixops Normale Datei
Datei anzeigen

@ -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";
};
}