summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-03-20 15:19:26 +0100
committerene <ene@sils.li>2023-03-20 15:19:26 +0100
commitecb274ba49042f1dfdf63b9c54ff6920f24a9a58 (patch)
tree59b37e08837ba2934ebde536f0c183a480c48954
parentMerge branch 'server1_hardware' into server1_develop (diff)
downloadnixos-server-ecb274ba49042f1dfdf63b9c54ff6920f24a9a58.tar.gz
nixos-server-ecb274ba49042f1dfdf63b9c54ff6920f24a9a58.zip
Fix(system/mail): Change placeholder
The old one, could have exposed a weak hash.
-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 7102958..be2a33f 100644
--- a/system/mail/default.nix
+++ b/system/mail/default.nix
@@ -20,7 +20,7 @@ in {
       hashedPassword = "$2b$05$XX36sJuHNbTFvi8DFldscOeQBHahluSkiUqD9QGzQaET7NJusSuQW";
     };
     "nightingale@vhack.eu" = {
-      hashedPassword = "$2b$05$THIS_PASSWORD_HASH_IS_NOT_REAL,_PLEASE_CHANGE_IT_..._"; # TODO change
+      hashedPasswordFile = "/this/is/an/non/existing/path/and/should/be/considerd/a/palce/holder"; # TODO change
     };
   };