From 46f51c323ec306b78302dba14796865ae338df32 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 21 Mar 2023 12:27:36 -0300 Subject: [PATCH] Whoogle css --- hosts/servers/alexandria/containerised.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/servers/alexandria/containerised.nix b/hosts/servers/alexandria/containerised.nix index 3925207..8981cd2 100644 --- a/hosts/servers/alexandria/containerised.nix +++ b/hosts/servers/alexandria/containerised.nix @@ -70,6 +70,7 @@ WHOOGLE_CONFIG_THEME = "system"; WHOOGLE_CONFIG_VIEW_IMAGE = "1"; WHOOGLE_CONFIG_GET_ONLY = "1"; + WHOOGLE_CONFIG_STYLE = ".logo, .logo-div, footer { display:none !important }" }; ports = [ "${config.ports.whoogle}:5000"