{ nodes, config, pkgs, ... }: { imports = [ (toString ../profiles/qemu-vm) ]; config = { deployment.tags = [ ]; }; }