From 6c861971c04b3e767c05ff33297fe700e1dde5f7 Mon Sep 17 00:00:00 2001 From: kat witch Date: Wed, 17 Mar 2021 04:09:00 +0000 Subject: [PATCH] secrets file for email --- config/services/mail.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/mail.nix b/config/services/mail.nix index 4f868f69..b172163a 100644 --- a/config/services/mail.nix +++ b/config/services/mail.nix @@ -12,7 +12,7 @@ # nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 loginAccounts = { "kat@kittywit.ch" = { - hashedPasswordFile = config.secrets.files.kat-pw-hash.path; + hashedPasswordFile = config.secrets.files.kat_mail_hash.path; aliases = [ "postmaster@kittywit.ch" ];