mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue