10 lines
149 B
Nix
10 lines
149 B
Nix
{
|
|
system = "aarch64-linux";
|
|
deployment = {
|
|
tags = [ "arm" ];
|
|
targetHost = "eetion-02";
|
|
targetUser = "h";
|
|
};
|
|
role = "embedded";
|
|
}
|