dbeley / nixos-config

My NixOS config files.
8 stars 0 forks source link

User and Password #107

Open codeskin-r opened 3 days ago

codeskin-r commented 3 days ago

Hello! First of all, thank you very much for the configuration! I have a noob problem, how should I log in? I can't find my username and password. Thank you! 20240702_222201

dbeley commented 3 days ago

Hey! For my configuration in particular the main user is configured here: https://github.com/dbeley/nixos-config/blob/main/flake.nix#L82, so if you haven't changed anything you should have a david user (and if you haven't changed anything it should have an empty password?).

Otherwise it depends on how you first installed NixOS, normally with a live ISO you should have created a default user, but you might also have a root user without a password if you haven't configured anything.