fix: forgot to change hostname hihi

This commit is contained in:
s-prechtl 2025-07-01 01:52:09 +02:00
parent 74fd529df1
commit e1f1d094d4

View file

@ -1,7 +1,6 @@
{
config,
pkgs,
lib,
...
}: {
age.secrets.nextcloud = {
@ -41,7 +40,7 @@
services.onlyoffice = {
enable = true;
hostname = "localhost";
hostname = "onlyoffice.sprechtl.me";
jwtSecretFile = config.age.secrets.onlyoffice.path;
};