diff --git a/modules/services/violet.nix b/modules/services/violet.nix index a4fb3ca..e87f7ff 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -23,9 +23,9 @@ ++ [ (import ./radicale.nix) ] ++ [ (import ./readarr.nix) ] ++ [ (import ./sharkey-proxy.nix) ] - # ++ [(import ./komga.nix)] + # ++ [ (import ./komga.nix) ] # ++ [ (import ./prosody.nix) ] - ++ [ (import ./tailscale.nix) ] - # ++ [(import ./smart-monitoring.nix)] - ++ [(import ./jitsi-meet.nix)]: + ++ [ (import ./tailscale.nix) ]; + # ++ [ (import ./smart-monitoring.nix) ] + # ++ [ (import ./jitsi-meet.nix) ] }