1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[wordpress] Theme

This commit is contained in:
Stefan Ellmauthaler 2024-03-14 14:24:25 +01:00
parent c05bd39e3e
commit 36f8a29f24
Failed to extract signature

View File

@ -55,6 +55,12 @@ with lib; {
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY="; hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
}; };
sydney = fetchTheme {
name = "sydney";
version = "2.35";
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
};
antispam-bee = fetchPlugin { antispam-bee = fetchPlugin {
name = "antispam-bee"; name = "antispam-bee";
version = "2.11.5"; version = "2.11.5";
@ -92,8 +98,8 @@ 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;}; themes = {inherit neve sydney;};
settings = {WP_DEFAULT_THEME = "neve";}; settings = {WP_DEFAULT_THEME = "sydney";};
virtualHost = { virtualHost = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;