summary refs log tree commit diff stats
path: root/system/mail
diff options
context:
space:
mode:
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 67531af..2f58c03 100644
--- a/system/mail/default.nix
+++ b/system/mail/default.nix
@@ -24,7 +24,7 @@ in {
 
   loginAccounts = {
     "sils@vhack.eu" = {
-      hashedPasswordFile = "/srv/mail/.secrets/silsmailpswd";
+      hashedPassword = "$2b$05$RW/Svgk7iGxvP5W7ZwUZ1e.a3fj4fteevb2MtfFYYD0d1DQ17y9Fm";
     };
   };