set initialHashedPassword in installation-device.nix
This commit is contained in:
committed by
Silvan Mosberger
parent
47e51aad09
commit
e1da32d887
@@ -86,5 +86,9 @@ with lib;
|
||||
networking.firewall.logRefusedConnections = mkDefault false;
|
||||
|
||||
environment.systemPackages = [ pkgs.vim ];
|
||||
|
||||
|
||||
# Allow the user to log in as root without a password.
|
||||
users.users.root.initialHashedPassword = "";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user