Revert "hosts: nixos: porthos: services: disable vikunja"

This reverts commit 1807b8b88c.
This commit is contained in:
Bruno BELANYI 2023-07-18 12:28:28 +02:00
parent 65de9c5a0e
commit ecf25d0740

View file

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