From 330402d33513d73f570c011003c0f9ed400810cd Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 8 Aug 2023 20:43:52 +0200 Subject: [PATCH] hosts: nixos: porthos: services: enable vikunja Trying it out again. This reverts commit 1807b8b88c2812a8a9957d6251400d94a6d8a562. --- hosts/nixos/porthos/services.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index e4cae5e..7653eb5 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -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;