* Force getting the hostname from EC2.

svn path=/nixos/trunk/; revision=30235
This commit is contained in:
Eelco Dolstra 2011-11-04 20:06:59 +00:00
parent 4abfacb468
commit 8a0a0efb48

View File

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