add profile name

This commit is contained in:
2025-10-08 21:28:56 +02:00
parent 01898ecafc
commit 91baaf07d7
2 changed files with 13 additions and 9 deletions

View File

@@ -1,21 +1,25 @@
[
{
username = "root_x86_linux";
name = "root_x86_linux";
username = "root";
architecture = "x86_64-linux";
homeDirectory = "/root";
}
{
username = "root_x86_macos";
name = "root_x86_macos";
username = "root";
architecture = "x86_64-darwin";
homeDirectory = "/root";
}
{
username = "root_arm_linux";
name = "root_arm_linux";
username = "root";
architecture = "aarch64-linux";
homeDirectory = "/root";
}
{
username = "root_arm_macos";
name = "root_arm_macos";
username = "root";
architecture = "aarch64-darwin";
homeDirectory = "/root";
}