forked from mirrors/nixpkgs
Fix evaluation
This commit is contained in:
parent
9092499154
commit
d5b5d763cd
|
@ -98,7 +98,7 @@ let kernel = config.boot.kernelPackages.kernel; in
|
||||||
networking.usePredictableInterfaceNames = false;
|
networking.usePredictableInterfaceNames = false;
|
||||||
|
|
||||||
# Make it easy to log in as root when running the test interactively.
|
# Make it easy to log in as root when running the test interactively.
|
||||||
security.initialRootPassword = "";
|
security.initialRootPassword = mkDefault "";
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue