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
enableACME = true;
};
"onlyoffice.example.com" = {
"onlyoffice.gladtherescake.eu" = {
forceSSL = true;
enableACME = true;
};
@ -68,7 +68,7 @@
services.onlyoffice = {
enable = true;
hostname = "onlyoffice.example.com";
hostname = "onlyoffice.gladtherescake.eu";
jwtSecretFile = config.sops.secrets."local.json".path;
};