Why there’s this comment on the default configuration.nix file: Don’t forget to set a password with ‘passwd’?
# Define a user account. Don't forget to set a password with ‘passwd’.
users.users.amadeus = {
isNormalUser = true;
description = "Amadeus";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [
# thunderbird
];
};
The password is setup during installation (at least when I chose Gnome as DE).
Thanks in advance.
