mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
secrets file for email
This commit is contained in:
parent
cf19efef93
commit
6c861971c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue