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;