Revert "hosts: nixos: porthos: services: disable vikunja"
Some checks failed
ci/woodpecker/push/check Pipeline failed

This reverts commit 1807b8b88c.
This commit is contained in:
Bruno BELANYI 2023-07-18 12:28:28 +02:00
parent 14eebada6e
commit 2155480251

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;