1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

Fix evaluation

This commit is contained in:
Eelco Dolstra 2014-08-06 19:44:13 +02:00
parent 9092499154
commit d5b5d763cd

View file

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