nixos-config/hosts/neo/default.nix

6 lines
77 B
Nix
Raw Normal View History

2021-04-07 00:26:08 +00:00
{
2021-04-10 16:55:17 +00:00
pkgs = "unstable";
system = "x86_64-linux";
hardware = "physical";
2021-04-07 00:26:08 +00:00
}