feat: enable Vaultwarden in configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 12:08:22 +01:00
parent e2facd1fa9
commit ea7ca739ba

View file

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