hosts: nixos: porthos: services: enable vikunja

Trying it out again.

This reverts commit 1807b8b88c.
This commit is contained in:
Bruno BELANYI 2023-08-08 20:43:52 +02:00
parent bcdbe45558
commit 330402d335
1 changed files with 8 additions and 0 deletions

View File

@ -147,6 +147,14 @@ in
enable = true;
credentialsFile = secrets."transmission/credentials".path;
};
# Self-hosted todo app
vikunja = {
enable = true;
mail = {
enable = true;
configFile = secrets."vikunja/mail".path;
};
};
# Simple, in-kernel VPN
wireguard = {
enable = true;