nixos-config/hosts/cube/default.nix
2021-08-13 17:13:18 -04:00

6 lines
108 B
Nix

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