about summary refs log tree commit diff
path: root/nix/machines/vm-aarch64.nix
blob: ac9c74eef9be532560598109f4c755bc5f8162b7 (plain) (blame)
1
2
3
4
{ ... }: {
  imports = [ ./hardware/vm-aarch64-utm.nix ./vm-shared.nix ];
  networking.hostName = "vm-aarch64";
}