|
@@ -7,7 +7,10 @@
|
7
|
7
|
imports = [
|
8
|
8
|
hosts/storage-ng/grafana/configuration.nix
|
9
|
9
|
];
|
10
|
|
- deployment.targetHost = "grafana.hq.c3d2.de";
|
|
10
|
+ deployment = {
|
|
11
|
+ targetHost = "grafana.hq.c3d2.de";
|
|
12
|
+ storeKeysOnMachine = true;
|
|
13
|
+ };
|
11
|
14
|
};
|
12
|
15
|
|
13
|
16
|
"dhcp" =
|
|
@@ -16,6 +19,9 @@
|
16
|
19
|
imports = [
|
17
|
20
|
hosts/storage-ng/dhcp/configuration.nix
|
18
|
21
|
];
|
19
|
|
- deployment.targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
|
|
22
|
+ deployment = {
|
|
23
|
+ targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
|
|
24
|
+ storeKeysOnMachine = true;
|
|
25
|
+ };
|
20
|
26
|
};
|
21
|
27
|
}
|