moved hosts/storage-ng to hosts/containers
parent
7abcc676b7
commit
6f146ce3c9
|
@ -5,7 +5,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
hosts/storage-ng/grafana/configuration.nix
|
||||
hosts/containers/grafana/configuration.nix
|
||||
];
|
||||
deployment = {
|
||||
targetHost = "grafana.hq.c3d2.de";
|
||||
|
@ -17,7 +17,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
hosts/storage-ng/dhcp/configuration.nix
|
||||
hosts/containers/dhcp/configuration.nix
|
||||
];
|
||||
deployment = {
|
||||
targetHost = "2a02:8106:208:5201:3801:15ff:fe95:8988";
|
||||
|
@ -29,7 +29,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
hosts/storage-ng/mucbot/configuration.nix
|
||||
hosts/containers/mucbot/configuration.nix
|
||||
];
|
||||
deployment = {
|
||||
targetHost = "2a02:8106:208:5201:28db:dff:fe6b:e89a";
|
||||
|
|
Loading…
Reference in New Issue