From f53342e3a56e3d06975720dc88d13688e0112d32 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 24 Jun 2025 16:33:39 +0200 Subject: [PATCH] feat: enable guacamole for violet --- modules/services/violet.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/services/violet.nix b/modules/services/violet.nix index 5c43ba1..c11d8e6 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -21,6 +21,7 @@ # ++ [(import ./komga.nix)] ++ [ (import ./radicale.nix) ] ++ [ (import ./tailscale.nix) ] + ++ [ (import ./guacamole.nix) ] ++ [ (import ./readarr.nix) ]; # ++ [(import ./smart-monitoring.nix)] # ++ [(import ./jitsi-meet.nix)]