templates: move machine templates
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
machine = {
|
machine = {
|
||||||
flash-installer = {
|
flash-installer = {
|
||||||
description = "Initialize a new flash-installer machine";
|
description = "Initialize a new flash-installer machine";
|
||||||
path = ./clan/machineTemplates/machines/flash-installer;
|
path = ./machine/flash-installer;
|
||||||
};
|
};
|
||||||
|
|
||||||
new-machine = {
|
new-machine = {
|
||||||
description = "Initialize a new machine";
|
description = "Initialize a new machine";
|
||||||
path = ./clan/machineTemplates/machines/new-machine;
|
path = ./machine/new-machine;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
};
|
};
|
||||||
machineTemplates = {
|
machineTemplates = {
|
||||||
description = "Machine templates";
|
description = "Machine templates";
|
||||||
path = ./clan/machineTemplates;
|
path = ./machine;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user