From 000ff27c111c565a5a05a457ef22a0f87176e101 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 30 Jan 2025 12:05:18 -0500 Subject: [PATCH] update readme for vendor specific stuff --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b5f0db..896d604 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,5 @@ services.cloud-init = { }; ``` +### AWS +You will need to import the following module to be able to build NixOS on EC2: `"${nixpkgs}/nixos/modules/virtualisation/amazon-image.nix"`