6 lines
86 B
Nix
6 lines
86 B
Nix
|
{ config, pkgs, ...}:
|
||
|
{
|
||
|
imports = [ ./amazon-base-config.nix ];
|
||
|
ec2.hvm = true;
|
||
|
}
|