nix-config/modules/nix/virt/default.nix

7 lines
66 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./qemu.nix
];
}