amazon-image.nix: Don't put any old configurations in the GRUB menu

This commit is contained in:
Eelco Dolstra 2012-07-25 16:38:05 -04:00
parent 557f39aa0f
commit 16da4a14f1

View File

@ -139,6 +139,10 @@ with pkgs.lib;
cp ${pkgs.utillinux}/sbin/swapon $out/bin
'';
# Don't put old configurations in the GRUB menu. The user has no
# way to select them anyway.
boot.loader.grub.configurationLimit = 0;
# Allow root logins only using the SSH key that the user specified
# at instance creation time.
services.openssh.enable = true;