From 42d450261179c7712da9fc3109ac365904095ae4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 23 Oct 2025 00:13:57 +0200 Subject: [PATCH] feat: enable `prosody` and `uptime-kuma` --- modules/services/violet.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index 53c8b39..4cf4b48 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -26,13 +26,14 @@ ++ [ (import ./nix-serve.nix) ] ++ [ (import ./ollama.nix) ] ++ [ (import ./paperless-ngx.nix) ] + ++ [ (import ./prosody.nix) ] ++ [ (import ./radicale.nix) ] ++ [ (import ./remote-build.nix) ] ++ [ (import ./readarr.nix) ] ++ [ (import ./sharkey-proxy.nix) ] # ++ [ (import ./komga.nix) ] - # ++ [ (import ./xmpp.nix) ] ++ [ (import ./tailscale.nix) ] + ++ [ (import ./uptime-kuma.nix) ] ++ [ (import ./vaultwarden.nix) ]; # ++ [ (import ./smart-monitoring.nix) ] }