Fix the installer test

http://hydra.nixos.org/build/10419676
This commit is contained in:
Eelco Dolstra 2014-04-20 01:56:11 +02:00
parent 37d5e9c455
commit 2fbb9aba43

View file

@ -86,6 +86,8 @@ let kernel = config.boot.kernelPackages.kernel; in
(isEnabled "VIRTIO_CONSOLE")
];
networking.usePredictableInterfaceNames = false;
};
}