From c05bd39e3ea26b87c8623cbcfe213d725db4b245 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 14 Mar 2024 12:44:23 +0100 Subject: [PATCH] [wordpress] remove bad theme --- modules/server/wordpress.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/server/wordpress.nix b/modules/server/wordpress.nix index 42add00..777c93d 100644 --- a/modules/server/wordpress.nix +++ b/modules/server/wordpress.nix @@ -55,11 +55,6 @@ with lib; { hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY="; }; - ascend = fetchTheme { - name = "ascend"; - version = "1.4.13"; - hash = "sha256-goJD3d3kRsnPypzcXDqiik1d3ivvM+zAECU872Mk3as="; - }; antispam-bee = fetchPlugin { name = "antispam-bee"; version = "2.11.5"; @@ -97,7 +92,7 @@ with lib; { sites."${cfg.domain}" = { package = pkgs.wordpress6_4; plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection code-block-pro teachpress;}; - themes = {inherit neve ascend;}; + themes = {inherit neve;}; settings = {WP_DEFAULT_THEME = "neve";}; virtualHost = { enableACME = true;