Files
nix/hosts/astyanax/meta.nix

10 lines
139 B
Nix

{
system = "x86_64-linux";
deployment = {
tags = [ "local" ];
targetHost = "";
targetUser = "h";
};
role = "laptop";
}