Files
nix/hosts/eetion-02/meta.nix

10 lines
149 B
Nix

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