mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-12-09 23:45:03 +00:00
add cli to main nix repo
This commit is contained in:
26
cli/profiles.nix
Normal file
26
cli/profiles.nix
Normal file
@@ -0,0 +1,26 @@
|
||||
[
|
||||
{
|
||||
name = "root_x86_linux";
|
||||
username = "root";
|
||||
architecture = "x86_64-linux";
|
||||
homeDirectory = "/root";
|
||||
}
|
||||
{
|
||||
name = "root_x86_macos";
|
||||
username = "root";
|
||||
architecture = "x86_64-darwin";
|
||||
homeDirectory = "/root";
|
||||
}
|
||||
{
|
||||
name = "root_arm_linux";
|
||||
username = "root";
|
||||
architecture = "aarch64-linux";
|
||||
homeDirectory = "/root";
|
||||
}
|
||||
{
|
||||
name = "root_arm_macos";
|
||||
username = "root";
|
||||
architecture = "aarch64-darwin";
|
||||
homeDirectory = "/root";
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user