{ modulesPath, config, lib, ... }: { # AWS EC2-specific tweaks imports = [ "${modulesPath}/virtualisation/amazon-image.nix" ]; ec2.hvm = true; }