hosts: nixos: porthos: services: enable vikunja
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-05-13 21:18:11 +02:00
parent 30d01972b2
commit e68ae26609

View file

@ -141,6 +141,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;