From 434fe9900e2d5592ed006155687da61f4f7fde33 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Tue, 21 Mar 2023 12:40:07 -0300 Subject: [PATCH] Of course I forgot a semi-colon --- hosts/servers/alexandria/containerised.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/servers/alexandria/containerised.nix b/hosts/servers/alexandria/containerised.nix index 61b63e3..3d5ec63 100644 --- a/hosts/servers/alexandria/containerised.nix +++ b/hosts/servers/alexandria/containerised.nix @@ -48,7 +48,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 }" + WHOOGLE_CONFIG_STYLE = ".logo, .logo-div, footer { display:none !important }"; }; ports = [ "${config.ports.whoogle}:5000"