diff --git a/modules/testing/test-instrumentation.nix b/modules/testing/test-instrumentation.nix index 7e4bca6ed416..ee445ef2f453 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.