nixos-config/hosts/dev-cli/default.nix
2021-06-05 02:22:38 -04:00

6 lines
105 B
Nix

{
pkgs = "unstable";
system = "x86_64-linux";
hardware = "qemu";
module = ./configuration.nix;
}