feat: add Vaultwarden module

- Add native NixOS Vaultwarden service module
- Supports WebSocket for real-time sync notifications
- Integrates with nginx via extraLocations for /notifications/hub
- Configurable signup, invitations, and SMTP settings
- Uses SOPS for admin token secret management

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ashisgreat22 2026-03-18 12:07:26 +01:00
parent cbce4aa228
commit e2facd1fa9
2 changed files with 138 additions and 0 deletions

View file

@ -6,5 +6,6 @@
./nginx.nix
./searxng.nix
./openclaw-podman.nix
./vaultwarden.nix
];
}