mirror of
https://github.com/cupcakearmy/nix-cli.git
synced 2025-12-11 08:15:03 +00:00
new files
This commit is contained in:
22
profiles.nix
Normal file
22
profiles.nix
Normal 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";
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user