11 lines
176 B
Nix
11 lines
176 B
Nix
{
|
|
imports = [
|
|
(toString ../profiles/qemu-vm)
|
|
];
|
|
config = {
|
|
#deployment.targetHost = "";
|
|
#deployment.targetUser = "";
|
|
#deployment.targetPort = "";
|
|
};
|
|
}
|