templates: move machine templates

This commit is contained in:
Michael Hoang
2025-02-15 17:58:42 +07:00
committed by clan-bot
parent bbf6aa0e8c
commit ab6a9b2d52
5 changed files with 3 additions and 3 deletions

View File

@@ -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;
}; };
}; };

View File

@@ -21,7 +21,7 @@
}; };
machineTemplates = { machineTemplates = {
description = "Machine templates"; description = "Machine templates";
path = ./clan/machineTemplates; path = ./machine;
}; };
}; };
}; };