mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
[wordpress] remove bad theme
This commit is contained in:
parent
fc312cf947
commit
c05bd39e3e
@ -55,11 +55,6 @@ with lib; {
|
|||||||
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
|
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
ascend = fetchTheme {
|
|
||||||
name = "ascend";
|
|
||||||
version = "1.4.13";
|
|
||||||
hash = "sha256-goJD3d3kRsnPypzcXDqiik1d3ivvM+zAECU872Mk3as=";
|
|
||||||
};
|
|
||||||
antispam-bee = fetchPlugin {
|
antispam-bee = fetchPlugin {
|
||||||
name = "antispam-bee";
|
name = "antispam-bee";
|
||||||
version = "2.11.5";
|
version = "2.11.5";
|
||||||
@ -97,7 +92,7 @@ with lib; {
|
|||||||
sites."${cfg.domain}" = {
|
sites."${cfg.domain}" = {
|
||||||
package = pkgs.wordpress6_4;
|
package = pkgs.wordpress6_4;
|
||||||
plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection code-block-pro teachpress;};
|
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";};
|
settings = {WP_DEFAULT_THEME = "neve";};
|
||||||
virtualHost = {
|
virtualHost = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user