ajout module vaultwarden

gabo 2024-11-23 15:29:51 +01:00
parent e3002a26c8
commit 52341a7749
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 =
};
}