diff --git a/modules/system/users.nix b/modules/system/users.nix index 3897ad7..65c0ed5 100644 --- a/modules/system/users.nix +++ b/modules/system/users.nix @@ -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;