-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-critical-infra: vaultwarden init #287
Conversation
I'll merge this in the next 24h if no further remarks |
The backup part has been implemented in #345. All that's left to do here to configure the backup is services.backup.includes = [ config.services.vaultwarden.backupDir ]; |
Very awesome thanks ! |
14a9754
to
fdba986
Compare
fdba986
to
1b8b4dd
Compare
This was blocked on the suboptimal way to perform backup for this, I am now using backup module from @mweinelt. Should be good to go. |
If it's deployed, feel free to merge the PR |
fixes #269