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