Files
nix/hosts/eetion/meta.nix

10 lines
146 B
Nix

{
system = "aarch64-linux";
deployment = {
tags = [ "arm" ];
targetHost = "eetion";
targetUser = "h";
};
role = "embedded";
}