mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
remove premium plugins at wordpress. add tex plugin
This commit is contained in:
parent
091a2c8dd0
commit
eb3e4118d3
@ -74,15 +74,9 @@ with lib; {
|
||||
version = "1.26.1";
|
||||
hash = "sha256-Ble+LCZ68QIRbxiyg7X0Zoq9WTQxqiVnS5HWvsES+E8=";
|
||||
};
|
||||
wp-bibtex = fetchPlugin {
|
||||
name = "wp-bibtex";
|
||||
version = "3.0.1";
|
||||
hash = "sha256-41Z6y78xse0OsxVNtDs/ChCyH70y6+DyfgHLcxpKWmI=";
|
||||
};
|
||||
|
||||
pdf-embedder = fetchPlugin {
|
||||
name = "pdf-embedder";
|
||||
version = "4.7.1";
|
||||
teachpress = fetchPlugin {
|
||||
name = "teachpress";
|
||||
version = "9.0.6";
|
||||
hash = "sha256-C2UakOTka/Tut6Y0jeA1wbBgcUnRxlVTIAu4mdnyaPA=";
|
||||
};
|
||||
in
|
||||
@ -96,7 +90,7 @@ with lib; {
|
||||
webserver = "nginx";
|
||||
sites."${cfg.domain}" = {
|
||||
package = pkgs.wordpress6_4;
|
||||
plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection wp-bibtex code-block-pro pdf-embedder;};
|
||||
plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection code-block-pro teachpress;};
|
||||
themes = {inherit neve;};
|
||||
settings = {WP_DEFAULT_THEME = "neve";};
|
||||
virtualHost = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user