diff --git a/modules/services/violet.nix b/modules/services/violet.nix index 2f31873..d036137 100644 --- a/modules/services/violet.nix +++ b/modules/services/violet.nix @@ -24,7 +24,8 @@ ++ [ (import ./sharkey-proxy.nix) ] # ++ [ (import ./komga.nix) ] # ++ [ (import ./xmpp.nix) ] - ++ [ (import ./tailscale.nix) ]; + ++ [ (import ./tailscale.nix) ] + ++ [ (import ./vaultwarden.nix) ]; # ++ [ (import ./smart-monitoring.nix) ] # ++ [ (import ./jitsi-meet.nix) ] }