add donetick

This commit is contained in:
Joakim Repomaa
2025-02-12 20:58:10 +02:00
parent 0f79298aa2
commit dd4e5c63e3
5 changed files with 236 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"readeck"
"storage-box-credentials"
"vaultwarden"
"donetick"
]
) // {
smtp-password = {

View File

@@ -118,5 +118,17 @@ in
from_noreply = smtp.from;
};
};
donetick = {
enable = true;
subdomain = "do";
settings = {
email = {
host = smtp.host;
port = smtp.port;
email = smtp.username;
};
};
};
};
}