From f625e11ad9aad934b915f79b0dfb2f8514096b8c Mon Sep 17 00:00:00 2001 From: Ahwx Date: Tue, 22 Jul 2025 14:58:35 +0200 Subject: [PATCH] feat: enable vaultwarden --- 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 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) ] }