summary refs log tree commit diff
path: root/nixos/modules/testing/test-instrumentation.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-20 01:56:11 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-20 01:56:11 +0200
commit2fbb9aba43033ab32157513af85f812cd8c95782 (patch)
tree37e0b77ee8051a0b2183f3f915bffc0f189e32ab /nixos/modules/testing/test-instrumentation.nix
parent37d5e9c45596c2c12e2982cb1a87389dcaea7c75 (diff)
downloadnixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar.gz
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar.bz2
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar.lz
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar.xz
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.tar.zst
nixpkgs-2fbb9aba43033ab32157513af85f812cd8c95782.zip
Fix the installer test
http://hydra.nixos.org/build/10419676
Diffstat (limited to 'nixos/modules/testing/test-instrumentation.nix')
-rw-r--r--nixos/modules/testing/test-instrumentation.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/testing/test-instrumentation.nix b/nixos/modules/testing/test-instrumentation.nix
index 7b4e5a8cac0..9100a433cd6 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;
+
   };
 
 }