feat: add email verification & password reset link
This commit is contained in:
parent
440bf12c43
commit
614be65c90
20 changed files with 929 additions and 62 deletions
|
|
@ -34,6 +34,12 @@ in
|
|||
initialDatabases = [{ name = "trictrac"; user = "trictrac"; pass = "trictrac"; }];
|
||||
};
|
||||
|
||||
services = {
|
||||
mailpit = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
# https://devenv.sh/languages/
|
||||
languages.rust.enable = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue