nixos-config/hosts/vm/default.nix
2021-04-10 12:55:17 -04:00

5 lines
73 B
Nix

{
pkgs = "unstable";
system = "x86_64-linux";
hardware = "qemu";
}