Skip to content

Commit

Permalink
Add aws instances def for r5[a]-2xlarge (missing nix files).
Browse files Browse the repository at this point in the history
  • Loading branch information
jbgi committed Sep 27, 2021
1 parent f681e7d commit d382802
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions physical/aws/r5.2xlarge.nix
@@ -0,0 +1,5 @@
{ pkgs, lib, ... }: {
imports = [ ./common.nix ];
deployment.ec2.instanceType = "r5.2xlarge";
boot.loader.grub.device = lib.mkForce "/dev/nvme0n1";
}
5 changes: 5 additions & 0 deletions physical/aws/r5a.2xlarge.nix
@@ -0,0 +1,5 @@
{ pkgs, lib, ... }: {
imports = [ ./common.nix ];
deployment.ec2.instanceType = "r5a.2xlarge";
boot.loader.grub.device = lib.mkForce "/dev/nvme0n1";
}

0 comments on commit d382802

Please sign in to comment.