10 lines
135 B
Nix
10 lines
135 B
Nix
{
|
|
system = "x86_64-linux";
|
|
deployment = {
|
|
tags = [ "local" ];
|
|
targetHost = "";
|
|
targetUser = "h";
|
|
};
|
|
role = "vm";
|
|
}
|