CASCADE/hosts/_basic.nix

9 lines
134 B
Nix
Raw Normal View History

2022-09-24 03:24:58 +00:00
{ nodes, config, pkgs, ... }: {
imports = [
(toString ../profiles/qemu-vm)
];
config = {
deployment.tags = [ ];
};
}