From 11b1422236004d1414b895f2b993ec6b651a5d19 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 15 Aug 2022 20:15:46 +0300 Subject: 2022-08-15 --- configurations/manwe/mailserver.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configurations/manwe') diff --git a/configurations/manwe/mailserver.nix b/configurations/manwe/mailserver.nix index 60a917b..83713f9 100644 --- a/configurations/manwe/mailserver.nix +++ b/configurations/manwe/mailserver.nix @@ -55,7 +55,7 @@ with lib; { loginAccounts = with my.domain; { "azahi@${shire}" = { - hashedPassword = "[REDACTED]"; + hashedPassword = "@HASHED_PASSWORD@"; aliases = [ "@${azahi}" "@${rohan}" @@ -67,16 +67,16 @@ with lib; { ]; }; "samwise@${shire}" = { - hashedPassword = "[REDACTED]"; + hashedPassword = "@HASHED_PASSWORD@"; aliases = ["chad@${shire}"]; quota = "1G"; }; "pippin@${shire}" = { - hashedPassword = "[REDACTED]"; + hashedPassword = "@HASHED_PASSWORD@"; quota = "1G"; }; "meriadoc@${shire}" = { - hashedPassword = "[REDACTED]"; + hashedPassword = "@HASHED_PASSWORD@"; quota = "1G"; }; }; -- cgit v1.2.3