Add working OnlyOffice config
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Théo Barnouin 2025-05-28 16:03:46 +02:00
parent 008ecc2661
commit 2fbeff46e1
2 changed files with 11 additions and 3 deletions

View file

@ -26,7 +26,7 @@ in {
services = {
onlyoffice = {
enable = true;
hostname = "office.le43.eu";
hostname = "doc.le43.eu";
port = 8000;
postgresName = "onlyoffice";
postgresHost = "${cfg.pgsql_ip}";