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 13:55:02 +02:00
parent eab25b104a
commit 2b9ea7fd90

View File

@ -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 = "";
};
}