nixos-config/hosts/hp/default.nix

6 lines
79 B
Nix
Raw Normal View History

2021-04-06 21:30:28 +00:00
{
2021-06-01 14:09:39 +00:00
pkgs = "stable2105";
2021-04-10 16:55:17 +00:00
system = "x86_64-linux";
hardware = "physical";
2021-04-06 21:30:28 +00:00
}