test-instrumentation.nix: Set an empty root password
This makes it easier to log in during interactive sessions.
This commit is contained in:
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 = "";
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user