Fix evaluation

wip/yesman
Eelco Dolstra 10 years ago
parent 9092499154
commit d5b5d763cd
  1. 2
      nixos/modules/testing/test-instrumentation.nix

@ -98,7 +98,7 @@ 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 = "";
security.initialRootPassword = mkDefault "";
};

Loading…
Cancel
Save