NixOS AWS AMI: Create boot entries for each system generation

launchpad/nixpkgs/master
Your Name 3 years ago
parent 1b79176310
commit c042c1a1f8
  1. 4
      nixos/modules/virtualisation/amazon-image.nix

@ -140,10 +140,6 @@ in
copy_bin_and_libs ${pkgs.util-linux}/sbin/swapon
'';
# 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;

Loading…
Cancel
Save