secrets file for email

This commit is contained in:
kat witch 2021-03-17 04:09:00 +00:00
parent cf19efef93
commit 6c861971c0
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -12,7 +12,7 @@
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 # nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2
loginAccounts = { loginAccounts = {
"kat@kittywit.ch" = { "kat@kittywit.ch" = {
hashedPasswordFile = config.secrets.files.kat-pw-hash.path; hashedPasswordFile = config.secrets.files.kat_mail_hash.path;
aliases = [ "postmaster@kittywit.ch" ]; aliases = [ "postmaster@kittywit.ch" ];