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." } ''; };