about summary refs log tree commit diff
path: root/nix/machines/vm-aarch64/default.nix
blob: 302a80c26a8f4e980a5b3dc289114a514d27513a (plain) (blame)
1
2
3
4
5
{ ... }: {
  imports = [ ./hardware.nix ../vm-shared.nix ];

  networking.hostName = "vm-aarch64";
}