hosts: nixos: porthos: services: enable vikunja
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-05-13 21:18:11 +02:00
parent 30d01972b2
commit e68ae26609
1 changed files with 8 additions and 0 deletions

View File

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