nix-config/roles/nixos/vm.nix

11 lines
106 B
Nix
Raw Normal View History

2024-05-09 17:47:54 -05:00
{
config,
pkgs,
lib,
inputs,
...
}: {
services.qemuGuest.enable = true;
host.isVm = true;
}