test-instrumentation.nix: Set an empty root password

This makes it easier to log in during interactive sessions.
This commit is contained in:
Eelco Dolstra
2014-08-06 14:15:23 +02:00
parent eab25b104a
commit 2b9ea7fd90
@@ -97,6 +97,9 @@ let kernel = config.boot.kernelPackages.kernel; in
networking.usePredictableInterfaceNames = false;
# Make it easy to log in as root when running the test interactively.
security.initialRootPassword = "";
};
}