summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSergei Khoma <srghma@gmail.com>2018-06-03 20:03:34 +0300
committerGitHub <noreply@github.com>2018-06-03 20:03:34 +0300
commitc4cad4508229bf6e1b93ea51ffb6af985d965513 (patch)
treeda3a5502d0e11aca40f0dde21f934338ebb31c8d /nixos
parent5e85657ba5763b496388b9820519ec99a238f613 (diff)
downloadnixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar.gz
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar.bz2
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar.lz
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar.xz
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.tar.zst
nixlib-c4cad4508229bf6e1b93ea51ffb6af985d965513.zip
fix typo
based on https://www.ec2instances.info/
Diffstat (limited to 'nixos')
-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 6cb9e07ae820..b0354009a7f6 100644
--- a/nixos/modules/virtualisation/amazon-image.nix
+++ b/nixos/modules/virtualisation/amazon-image.nix
@@ -60,7 +60,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