modules: system: users: use 'ambroisie' password

Do not rely on `my.user.name` which could be changed to a value not
available in the secrets.
This commit is contained in:
Bruno BELANYI 2021-09-23 21:28:29 +02:00
parent 27040532bd
commit 2f9d3417d4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ in
};
${config.my.user.name} = {
inherit (secrets.users.${config.my.user.name}) hashedPassword;
inherit (secrets.users.ambroisie) hashedPassword;
description = "Bruno BELANYI";
isNormalUser = true;
shell = pkgs.zsh;