Obsolete security.initialPassword
You can now set users.extraUsers.root.initialHashedPassword instead.
This commit is contained in:
@@ -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 = mkDefault "";
|
||||
users.extraUsers.root.initialHashedPassword = mkDefault "";
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user