mirror of https://gitlab.crans.org/nounous/nixos
ajout module vaultwarden
parent
cf4d7dd113
commit
db2d2d3986
|
@ -0,0 +1,11 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.vaultwarden = {
|
||||||
|
enable = true;
|
||||||
|
dbBackend = "postgresql";
|
||||||
|
backupDir = "/var/backup/vaultwarden";
|
||||||
|
environmentFile =
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue