mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
Obsolete security.initialPassword
You can now set users.extraUsers.root.initialHashedPassword instead.
This commit is contained in:
parent
f8f787b800
commit
f496c3cbe4
5 changed files with 11 additions and 28 deletions
|
@ -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 "";
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue