From 4eed5f9ca4e7e96d61c58aa0711e85a05c455171 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 22 Apr 2024 15:22:21 +0200 Subject: [PATCH] add mail account --- systems/hetzner/mail.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systems/hetzner/mail.nix b/systems/hetzner/mail.nix index 171890e..236567c 100644 --- a/systems/hetzner/mail.nix +++ b/systems/hetzner/mail.nix @@ -9,8 +9,8 @@ # A list of all login accounts. To create the password hashes, use # nix-shell -p mkpasswd --run 'mkpasswd -sm bcrypt' loginAccounts = { - "admin@missing.ninja" = { - hashedPasswordFile = "/a/file/containing/a/hashed/password"; + "jopejoe1@missing.ninja" = { + hashedPassword = "$2b$05$ZZk/X.gQqjRc08ej9XTuaO0aVnWjPGWUqo/xYGxHGsMEyDL.Hr8AS"; aliases = [ "@missing.ninja" ]; }; };