test-instrumentation.nix: Set an empty root password

This makes it easier to log in during interactive sessions.
wip/yesman
Eelco Dolstra 10 years ago
parent eab25b104a
commit 2b9ea7fd90
  1. 3
      nixos/modules/testing/test-instrumentation.nix

@ -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…
Cancel
Save