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:
parent
9f3811ea3b
commit
4a0c10b897
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue