ErnWong / dotfiles-old-divnix

Ironically, not many files here are actually dotfiles. Bootstrapped from https://github.com/divnix/devos
MIT License
0 stars 0 forks source link

Proper user account #13

Open ErnWong opened 2 years ago

ErnWong commented 2 years ago

Create a personal user account Can we get the password to be set on install via prompt? Otherwise have it as a secret. Configure lots of secrets - probably want to try out some dummy value first and check git. Also, figure out how we want to build the system if we can't access the secrets (aka the CI/CD for the live ISO images) - it should just not add the personal user and just add in the guest. We probably want a guest account regardless.

ErnWong commented 2 years ago

Set mutable users to false: https://nixos.org/manual/nixos/stable/options.html#opt-users.mutableUsers Set password using hashedPassword? https://nixos.org/manual/nixos/stable/options.html#opt-users.users._name_.hashedPassword How does installation ask for password for root?