diff --git a/modules/mailserver/default.nix b/modules/mailserver/default.nix index 791217b..d919eae 100644 --- a/modules/mailserver/default.nix +++ b/modules/mailserver/default.nix @@ -26,7 +26,7 @@ with lib; hashedPasswordFile = "/run/secrets/ensmailmalka-pw"; }; "camille.mondon@ens.school" = { - hashedPassword = "/run/secrets/ensmailmondon-pw"; + hashedPasswordFile = "/run/secrets/ensmailmondon-pw"; }; }; certificateScheme = 3;