nix-config/roles/nixos/vm.nix

11 lines
106 B
Nix

{
config,
pkgs,
lib,
inputs,
...
}: {
services.qemuGuest.enable = true;
host.isVm = true;
}