nixos-config/hosts/tosh/default.nix

6 lines
79 B
Nix
Raw Normal View History

2021-04-26 04:47:30 +00:00
{
2021-06-01 14:09:39 +00:00
pkgs = "stable2105";
2021-04-26 04:47:30 +00:00
system = "x86_64-linux";
hardware = "physical";
}