nix-config/hq.nixops

40 rindas
751 B
Plaintext

{
network.description = "C3D2 HQ";
"grafana" =
{ ... }:
{
imports = [
hosts/storage-ng/grafana/configuration.nix
];
deployment = {
targetHost = "grafana.hq.c3d2.de";
storeKeysOnMachine = true;
};
};
"dhcp" =
{ ... }:
{
imports = [
hosts/storage-ng/dhcp/configuration.nix
];
deployment = {
targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
storeKeysOnMachine = true;
};
};
"mucbot" =
{ ... }:
{
imports = [
hosts/storage-ng/mucbot/configuration.nix
];
deployment = {
targetHost = "2a02:8106:208:5201:28db:dff:fe6b:e89a";
storeKeysOnMachine = true;
};
};
}