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 = { }; }