|
|
|
@ -7,7 +7,10 @@
|
|
|
|
|
imports = [ |
|
|
|
|
hosts/storage-ng/grafana/configuration.nix |
|
|
|
|
]; |
|
|
|
|
deployment.targetHost = "grafana.hq.c3d2.de"; |
|
|
|
|
deployment = { |
|
|
|
|
targetHost = "grafana.hq.c3d2.de"; |
|
|
|
|
storeKeysOnMachine = true; |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
"dhcp" = |
|
|
|
@ -16,6 +19,9 @@
|
|
|
|
|
imports = [ |
|
|
|
|
hosts/storage-ng/dhcp/configuration.nix |
|
|
|
|
]; |
|
|
|
|
deployment.targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988"; |
|
|
|
|
deployment = { |
|
|
|
|
targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988"; |
|
|
|
|
storeKeysOnMachine = true; |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|