fix: forgot to change hostname hihi
This commit is contained in:
parent
74fd529df1
commit
e1f1d094d4
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
age.secrets.nextcloud = {
|
age.secrets.nextcloud = {
|
||||||
|
|
@ -41,7 +40,7 @@
|
||||||
|
|
||||||
services.onlyoffice = {
|
services.onlyoffice = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "localhost";
|
hostname = "onlyoffice.sprechtl.me";
|
||||||
jwtSecretFile = config.age.secrets.onlyoffice.path;
|
jwtSecretFile = config.age.secrets.onlyoffice.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue