ec2-utils: init at 0.5.1, include in amazon-image profile (#67347)

ec2-utils: init at 0.5.1, include in amazon-image profile
This commit is contained in:
Jörg Thalheim
2019-11-01 20:57:44 +00:00
committed by GitHub
3 changed files with 52 additions and 0 deletions
@@ -135,6 +135,9 @@ in
services.openssh.enable = true;
services.openssh.permitRootLogin = "prohibit-password";
# Creates symlinks for block device names.
services.udev.packages = [ pkgs.ec2-utils ];
# Force getting the hostname from EC2.
networking.hostName = mkDefault "";