Configure email-hash

This commit is contained in:
Andrew Kvalheim 2023-06-26 10:49:03 -07:00
parent e34ea73664
commit ba45de3e23

View file

@ -77,5 +77,8 @@ in
};
# Environment
home.sessionVariables.ATTACHMENTS_ENV = config.home.homeDirectory + "/.attachments.env";
home.sessionVariables = {
ATTACHMENTS_ENV = config.home.homeDirectory + "/.attachments.env";
EMAIL_HASH_DB = config.home.homeDirectory + "/akorg/resource/email-hash.db";
};
}