From e1f1d094d4aaf1751b39070bfc785e12345bd888 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Tue, 1 Jul 2025 01:52:09 +0200 Subject: [PATCH] fix: forgot to change hostname hihi --- hosts/hitsugibune/nextcloud.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/hitsugibune/nextcloud.nix b/hosts/hitsugibune/nextcloud.nix index e2e9940..89718c0 100644 --- a/hosts/hitsugibune/nextcloud.nix +++ b/hosts/hitsugibune/nextcloud.nix @@ -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; };