Files
nix/hosts/eetion/meta.nix

9 lines
109 B
Nix

{
system = "aarch64-linux";
role = "embedded";
tags = [ "arm" ];
host = {
username = "h";
};
}