mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-20 09:39:39 +01:00
Compare commits
No commits in common. "c23dc5c7a6d1bade971afe9ef7b9220c0298e240" and "d8b941ce9a646a5ddb7eddbfde7e9c84565c4bdf" have entirely different histories.
c23dc5c7a6
...
d8b941ce9a
@ -54,13 +54,6 @@ with lib; {
|
|||||||
version = "3.8.3";
|
version = "3.8.3";
|
||||||
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
|
hash = "sha256-JsW1dpSF7ZyZzFscK/YoLD1emgd7toYPlXzTpPhhBLY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sydney = fetchTheme {
|
|
||||||
name = "sydney";
|
|
||||||
version = "2.35";
|
|
||||||
hash = "sha256-3pGfT/i3rIrK3HtI2jq8ekAcyTfb1UjGV4o8IR263Hc=";
|
|
||||||
};
|
|
||||||
|
|
||||||
antispam-bee = fetchPlugin {
|
antispam-bee = fetchPlugin {
|
||||||
name = "antispam-bee";
|
name = "antispam-bee";
|
||||||
version = "2.11.5";
|
version = "2.11.5";
|
||||||
@ -98,8 +91,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 sydney;};
|
themes = {inherit neve;};
|
||||||
settings = {WP_DEFAULT_THEME = "sydney";};
|
settings = {WP_DEFAULT_THEME = "neve";};
|
||||||
virtualHost = {
|
virtualHost = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user