about summary refs log tree commit diff
path: root/nixos/maintainers/scripts/ec2/amazon-hvm-config.nix
blob: d0c7f3a6a6c9ceccec21cb0c3307d7c3e67ecdb3 (plain) (blame)
1
2
3
4
5
{ config, pkgs, ...}:
{
  imports = [ ./amazon-base-config.nix ];
  ec2.hvm = true;
}