From ae539b77903209b268fa3c8b04659a5b8ccac75e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 12 Jul 2010 13:42:59 +0000 Subject: [PATCH] * Oops. svn path=/nixos/trunk/; revision=22561 --- modules/testing/test-instrumentation.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix index 7e4bca6ed41..ee445ef2f45 100644 --- a/modules/testing/test-instrumentation.nix +++ b/modules/testing/test-instrumentation.nix @@ -78,7 +78,7 @@ in services.syslogd.extraConfig = "*.* /dev/ttyS0"; # Prevent tests from accessing the Internet. - networking.defaultGatewayte = mkOverride 150 {} ""; + networking.defaultGateway = mkOverride 150 {} ""; networking.nameservers = mkOverride 150 {} [ ]; # Apply a patch to the kernel to increase the 15s CIFS timeout.