* Set the default gateway.

svn path=/nixos/branches/modular-nixos/; revision=16034
This commit is contained in:
Eelco Dolstra 2009-06-24 12:16:06 +00:00
parent 2c03c134f5
commit aa075f089e

View File

@ -104,6 +104,8 @@ in
# host filesystem and thus deadlocks the system.
networking.useDHCP = false;
networking.defaultGateway = "10.0.2.2";
system.build.vm = pkgs.runCommand "nixos-vm" {}
''
ensureDir $out/bin