summaryrefslogtreecommitdiff
path: root/machines/laptop/machine.nix
blob: d6b1e01e66b9b7599984ad449b3771e45eba8738 (plain)
1
2
3
4
5
6
{
  hostname = "lenovo";
  usernames = ["andromeda"];
  system = "x86_64-linux";
  hardware-configuration = ./hardware-configuration.nix;
}