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 8da559c8c8
commit 9a34deba36

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;
};