about summary refs log tree commit diff
path: root/configurations/manwe
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configurations/manwe/mailserver.nix8
1 files changed, 4 insertions, 4 deletions
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";
         };
       };

Consider giving Nix/NixOS a try! <3