9 lines
134 B
Nix
9 lines
134 B
Nix
{ nodes, config, pkgs, ... }: {
|
|
imports = [
|
|
(toString ../profiles/qemu-vm)
|
|
];
|
|
config = {
|
|
deployment.tags = [ ];
|
|
};
|
|
}
|