set initialHashedPassword in installation-device.nix
This commit is contained in:
committed by
Silvan Mosberger
parent
47e51aad09
commit
e1da32d887
@@ -29,8 +29,5 @@ with lib;
|
||||
# Add Memtest86+ to the CD.
|
||||
boot.loader.grub.memtest86.enable = true;
|
||||
|
||||
# Allow the user to log in as root without a password.
|
||||
users.users.root.initialHashedPassword = "";
|
||||
|
||||
system.stateVersion = mkDefault "18.03";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user