From 9fe6fbd42a212b4921be67cd2bc58a16b18f5a50 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sat, 14 Aug 2021 19:52:59 +0200 Subject: debug --- config/services/web/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config/services/web/default.nix') diff --git a/config/services/web/default.nix b/config/services/web/default.nix index e0bdae8..23f7394 100644 --- a/config/services/web/default.nix +++ b/config/services/web/default.nix @@ -1,10 +1,7 @@ { ... }: { - import = [ - ./quentin - ./searx - ]; + imports = [ ./quentin ./searx ]; security.acme = { acceptTerms = true; @@ -17,7 +14,7 @@ virtualHosts."_" = { default = true; extraConfig = '' - return 444 + return 444; ''; }; }; -- cgit v1.2.3