mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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;
|
||||
|
||||
# Make it easy to log in as root when running the test interactively.
|
||||
security.initialRootPassword = "";
|
||||
security.initialRootPassword = mkDefault "";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue