ajout module vaultwarden

merge-requests/19/head
gabo 2024-11-23 15:29:51 +01:00 committed by RatCornu
parent cf4d7dd113
commit db2d2d3986
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{ ... }:
{
services.vaultwarden = {
enable = true;
dbBackend = "postgresql";
backupDir = "/var/backup/vaultwarden";
environmentFile =
};
}