From 87594d9bff291013b0f5cc9f6aa5d07b857924d2 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 1 Jul 2025 16:28:40 +0200 Subject: [PATCH] feat: enable prosody --- modules/services/violet.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index f38f00b..804e1b0 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -21,6 +21,7 @@ ++ [ (import ./nginx.nix) ] # ++ [(import ./komga.nix)] ++ [ (import ./radicale.nix) ] + ++ [ (import ./prosody.nix) ] ++ [ (import ./tailscale.nix) ] ++ [ (import ./guacamole.nix) ] ++ [ (import ./readarr.nix) ];