Try a very bare bones setup?
This commit is contained in:
parent
38d70b373a
commit
28fdb6c5b2
|
@ -78,11 +78,11 @@
|
|||
|
||||
services.onlyoffice = {
|
||||
enable = true;
|
||||
hostname = "localhost";
|
||||
postgresHost = "/run/postgesql";
|
||||
postgresUser = "onlyoffice";
|
||||
postgresName = "onlyoffice";
|
||||
jwtSecretFile = config.sops.secrets."local.json".path;
|
||||
hostname = "office.gladtherescake.eu";
|
||||
#postgresHost = "/run/postgesql";
|
||||
#postgresUser = "onlyoffice";
|
||||
#postgresName = "onlyoffice";
|
||||
#jwtSecretFile = config.sops.secrets."local.json".path;
|
||||
};
|
||||
|
||||
services.rabbitmq = {
|
||||
|
|
Loading…
Reference in a new issue