feat: enable Vaultwarden in configuration
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e2facd1fa9
commit
ea7ca739ba
1 changed files with 8 additions and 0 deletions
|
|
@ -106,4 +106,12 @@
|
||||||
BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key}
|
BRAVE_API_KEY=${config.sops.placeholder.openclaw_brave_api_key}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# === Vaultwarden ===
|
||||||
|
myModules.vaultwarden = {
|
||||||
|
enable = true;
|
||||||
|
domain = "vault.ashisgreat.xyz";
|
||||||
|
};
|
||||||
|
|
||||||
|
sops.secrets.vaultwarden_admin_token = { };
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue