From ea7ca739ba3e3f86b1790d05c60c16718a07a80f Mon Sep 17 00:00:00 2001 From: ashisgreat22 Date: Wed, 18 Mar 2026 12:08:22 +0100 Subject: [PATCH] feat: enable Vaultwarden in configuration Co-Authored-By: Claude Opus 4.6 --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index d26b548..f4c7fcb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -106,4 +106,12 @@ BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key} ''; }; + + # === Vaultwarden === + myModules.vaultwarden = { + enable = true; + domain = "vault.ashisgreat.xyz"; + }; + + sops.secrets.vaultwarden_admin_token = { }; }