0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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
commit b55a7a3a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 0 deletions

View file

@ -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 "";