nixos-install: Ask the user to set a root password
This removes the need to have an initially empty root password.
This commit is contained in:
@@ -107,9 +107,4 @@ with lib;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
services.virtualbox.enable = true;
|
||||
|
||||
# Prevent logging in as root without a password. For NixOps, we
|
||||
# don't need this because the user can login via SSH, and for the
|
||||
# demo images, there is a demo user account that can sudo to root.
|
||||
security.initialRootPassword = mkDefault "!";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user