|
@@ -5,7 +5,7 @@
|
5
|
5
|
{ ... }:
|
6
|
6
|
{
|
7
|
7
|
imports = [
|
8
|
|
- hosts/storage-ng/grafana/configuration.nix
|
|
8
|
+ hosts/containers/grafana/configuration.nix
|
9
|
9
|
];
|
10
|
10
|
deployment = {
|
11
|
11
|
targetHost = "grafana.hq.c3d2.de";
|
|
@@ -17,7 +17,7 @@
|
17
|
17
|
{ ... }:
|
18
|
18
|
{
|
19
|
19
|
imports = [
|
20
|
|
- hosts/storage-ng/dhcp/configuration.nix
|
|
20
|
+ hosts/containers/dhcp/configuration.nix
|
21
|
21
|
];
|
22
|
22
|
deployment = {
|
23
|
23
|
targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
|
|
@@ -29,7 +29,7 @@
|
29
|
29
|
{ ... }:
|
30
|
30
|
{
|
31
|
31
|
imports = [
|
32
|
|
- hosts/storage-ng/mucbot/configuration.nix
|
|
32
|
+ hosts/containers/mucbot/configuration.nix
|
33
|
33
|
];
|
34
|
34
|
deployment = {
|
35
|
35
|
targetHost = "2a02:8106:208:5201:28db:dff:fe6b:e89a";
|