summary refs log tree commit diff
path: root/nixos/modules/virtualisation/amazon-image.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-11-03 16:04:47 +0100
committerGitHub <noreply@github.com>2018-11-03 16:04:47 +0100
commit4d510022166f9649bb26ee61af63bdd56c0be17c (patch)
treea5073f19636925316cc08383753fa21258df31e8 /nixos/modules/virtualisation/amazon-image.nix
parente9d31c85a45c62c8685d30494d10e832031ecd8f (diff)
parentc4cad4508229bf6e1b93ea51ffb6af985d965513 (diff)
downloadnixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar.gz
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar.bz2
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar.lz
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar.xz
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.tar.zst
nixpkgs-4d510022166f9649bb26ee61af63bdd56c0be17c.zip
Merge pull request #49650 from srghma/srghma-patch-1
amazon-image: fix typo in comment
Diffstat (limited to 'nixos/modules/virtualisation/amazon-image.nix')
-rw-r--r--nixos/modules/virtualisation/amazon-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/amazon-image.nix b/nixos/modules/virtualisation/amazon-image.nix
index c92570582f2..9015200beea 100644
--- a/nixos/modules/virtualisation/amazon-image.nix
+++ b/nixos/modules/virtualisation/amazon-image.nix
@@ -53,7 +53,7 @@ let cfg = config.ec2; in
     # Mount all formatted ephemeral disks and activate all swap devices.
     # We cannot do this with the ‘fileSystems’ and ‘swapDevices’ options
     # because the set of devices is dependent on the instance type
-    # (e.g. "m1.large" has one ephemeral filesystem and one swap device,
+    # (e.g. "m1.small" has one ephemeral filesystem and one swap device,
     # while "m1.large" has two ephemeral filesystems and no swap
     # devices).  Also, put /tmp and /var on /disk0, since it has a lot
     # more space than the root device.  Similarly, "move" /nix to /disk0