-
Jean-Paul Calderone authored
There is not going to be a staging grid. There will be a testing grid and a production grid. The testing grid will be loosey goosey. The production grid will have incremental rollouts.
Jean-Paul Calderone authoredThere is not going to be a staging grid. There will be a testing grid and a production grid. The testing grid will be loosey goosey. The production grid will have incremental rollouts.
testing000-hardware.nix 109 B
{
imports = [
<nixpkgs/nixos/modules/virtualisation/amazon-image.nix>
];
config.ec2.hvm = true;
}