system

Nix (home-manager) configurations for my computers

Do not version control NixOS user password Target machine's public key is required for encrypting the password. However, getting the target machine's public key requires the user's password. root user's password configured at `nixos-install` will be wiped because of `mutableUsers = false`. So no way to login. Therefore `mutableUsers` has to be `true`, and if that option is enabled, I don't see any practical merits on committing encrypted password. If I set root password, why not set a normal user's password too?

Changes

2 changed files (+3/-14)