* 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…
x
Reference in New Issue
Block a user