Oops, let's not run at example.com shall we

This commit is contained in:
Lillian-Violet 2023-11-23 19:37:52 +01:00
parent fc71aee982
commit 866832a6c3

View file

@ -24,7 +24,7 @@
## LetsEncrypt ## LetsEncrypt
enableACME = true; enableACME = true;
}; };
"onlyoffice.example.com" = { "onlyoffice.gladtherescake.eu" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
}; };
@ -68,7 +68,7 @@
services.onlyoffice = { services.onlyoffice = {
enable = true; enable = true;
hostname = "onlyoffice.example.com"; hostname = "onlyoffice.gladtherescake.eu";
jwtSecretFile = config.sops.secrets."local.json".path; jwtSecretFile = config.sops.secrets."local.json".path;
}; };