mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: kanboard test
This commit is contained in:
parent
12e9b67752
commit
a35076c0fe
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ in
|
|||
enable = true;
|
||||
clean = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
dates = "weekly";
|
||||
};
|
||||
flake = "/home/${user0}/Files/Projects/dotfiles";
|
||||
};
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
services = {
|
||||
kanboard = {
|
||||
enable = true;
|
||||
domain = "https://${host}";
|
||||
domain = host;
|
||||
# dataDir = "/var/lib/${service.name}";
|
||||
# settings = {
|
||||
# MAIL_FROM = service.email.address0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue