{ ... }: { imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix ]; networking = { hostName = "nixos-vm"; interfaces.enp0s3.useDHCP = true; }; }