Add vaultwarden service

This commit is contained in:
Théo Barnouin 2025-06-05 13:30:03 +02:00
parent 3e9dafde76
commit 2918c6fd89
6 changed files with 74 additions and 30 deletions

View file

@ -30,7 +30,6 @@ in {
port = 8000;
postgresName = "onlyoffice";
postgresHost = "${cfg.pgsql_ip}";
postgresUser = "onlyoffice";
postgresPasswordFile = config.age.secrets.office-dbpass.path;
jwtSecretFile = config.age.secrets.office-jwtpass.path;
};