From 1807b8b88c2812a8a9957d6251400d94a6d8a562 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 10 Jun 2023 13:35:02 +0100 Subject: [PATCH] hosts: nixos: porthos: services: disable vikunja I don't use it. --- hosts/nixos/porthos/services.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hosts/nixos/porthos/services.nix b/hosts/nixos/porthos/services.nix index 3b146fa..e0a1731 100644 --- a/hosts/nixos/porthos/services.nix +++ b/hosts/nixos/porthos/services.nix @@ -141,14 +141,6 @@ 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;