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