mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
* Force getting the hostname from EC2.
svn path=/nixos/trunk/; revision=30235
This commit is contained in:
parent
4abfacb468
commit
8a0a0efb48
@ -133,4 +133,7 @@ with pkgs.lib;
|
||||
# at instance creation time.
|
||||
services.openssh.enable = true;
|
||||
services.openssh.permitRootLogin = "without-password";
|
||||
|
||||
# Force getting the hostname from EC2.
|
||||
networking.hostName = mkDefault "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user