From cebc4cecec47630a6d689e62a0801f3b09a142a2 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 27 Jul 2025 17:58:47 +0300 Subject: [PATCH] fix command --- hosts/wallfacer/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wallfacer/configuration.nix b/hosts/wallfacer/configuration.nix index 4011083..fd844ab 100644 --- a/hosts/wallfacer/configuration.nix +++ b/hosts/wallfacer/configuration.nix @@ -22,7 +22,7 @@ in reverse_proxy localhost:${toString config.services.hydra.port} } handle_path /nextcloud/* { - return hello "Nextcloud is not configured yet. Please set up the service." + respond "Nextcloud is not configured yet. Please set up the service." } ''; };