From dc00f4cf8f893b46b52947824525bb4485292d21 Mon Sep 17 00:00:00 2001 From: zuckerberg <5-zuckerberg@users.noreply.git.neet.dev> Date: Mon, 14 Jun 2021 23:11:59 -0400 Subject: [PATCH] fix structure --- machines/liza/configuration.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/machines/liza/configuration.nix b/machines/liza/configuration.nix index 0834493..5bf11f9 100644 --- a/machines/liza/configuration.nix +++ b/machines/liza/configuration.nix @@ -36,13 +36,13 @@ settings = { server.port = 8080; server.secret_key = "@SEARX_SECRET_KEY@"; + engines = [ { + name = "wolframalpha"; + shortcut = "wa"; + api_key = "@WOLFRAM_API_KEY@"; + engine = "wolframalpha_api"; + } ]; }; - engines = [ { - name = "wolframalpha"; - shortcut = "wa"; - api_key = "@WOLFRAM_API_KEY@"; - engine = "wolframalpha_api"; - } ]; }; services.nginx.virtualHosts."search.neet.space" = { enableACME = true;