new files

This commit is contained in:
2025-10-08 19:48:34 +02:00
parent 01b6bc1593
commit 01898ecafc
5 changed files with 246 additions and 0 deletions

22
profiles.nix Normal file
View File

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