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

View file

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