templates: move machine templates

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

View File

@@ -11,12 +11,12 @@
machine = {
flash-installer = {
description = "Initialize a new flash-installer machine";
path = ./clan/machineTemplates/machines/flash-installer;
path = ./machine/flash-installer;
};
new-machine = {
description = "Initialize a new machine";
path = ./clan/machineTemplates/machines/new-machine;
path = ./machine/new-machine;
};
};

View File

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