nixos-config/hosts/manta/default.nix

6 lines
77 B
Nix
Raw Normal View History

2021-04-06 19:14:54 +00:00
{
2021-04-10 16:55:17 +00:00
pkgs = "unstable";
system = "x86_64-linux";
hardware = "physical";
2021-04-06 19:14:54 +00:00
}