summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-03-20 15:36:06 +0100
committersils <sils@sils.li>2023-03-20 15:36:06 +0100
commit2cbf5571d702187357e9bbb90de1f5584e31dd5f (patch)
tree32b4eff83c0bd0b6cd35a431f9c5aaba3e535ae6
parentFix(system/mail): Change placeholder (diff)
downloadnixos-server-2cbf5571d702187357e9bbb90de1f5584e31dd5f.tar.gz
nixos-server-2cbf5571d702187357e9bbb90de1f5584e31dd5f.zip
Revert "Fix(system/mail): Change placeholder"
This reverts commit ecb274ba49042f1dfdf63b9c54ff6920f24a9a58.
It may be a security-risk, but I care much more about a running
mailserver for now.
Diffstat (limited to '')
-rw-r--r--system/mail/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mail/default.nix b/system/mail/default.nix
index be2a33f..7102958 100644
--- a/system/mail/default.nix
+++ b/system/mail/default.nix
@@ -20,7 +20,7 @@ in {
       hashedPassword = "$2b$05$XX36sJuHNbTFvi8DFldscOeQBHahluSkiUqD9QGzQaET7NJusSuQW";
     };
     "nightingale@vhack.eu" = {
-      hashedPasswordFile = "/this/is/an/non/existing/path/and/should/be/considerd/a/palce/holder"; # TODO change
+      hashedPassword = "$2b$05$THIS_PASSWORD_HASH_IS_NOT_REAL,_PLEASE_CHANGE_IT_..._"; # TODO change
     };
   };