From 2fbb9aba43033ab32157513af85f812cd8c95782 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 20 Apr 2014 01:56:11 +0200 Subject: [PATCH] Fix the installer test http://hydra.nixos.org/build/10419676 --- nixos/modules/testing/test-instrumentation.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix index 7b4e5a8cac06..9100a433cd63 100644 --- a/nixos/modules/testing/test-instrumentation.nix +++ b/nixos/modules/testing/test-instrumentation.nix @@ -86,6 +86,8 @@ let kernel = config.boot.kernelPackages.kernel; in (isEnabled "VIRTIO_CONSOLE") ]; + networking.usePredictableInterfaceNames = false; + }; }