mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
[wordpress] actually inherit the plugin as well
This commit is contained in:
parent
43994bcd1d
commit
2d2c50b707
@ -80,7 +80,7 @@ with lib; {
|
|||||||
webserver = "nginx";
|
webserver = "nginx";
|
||||||
sites."${cfg.domain}" = {
|
sites."${cfg.domain}" = {
|
||||||
package = pkgs.wordpress6_4;
|
package = pkgs.wordpress6_4;
|
||||||
plugins = {inherit antispam-bee wordpress-seo;};
|
plugins = {inherit antispam-bee wordpress-seo templates-patterns-collection;};
|
||||||
themes = {inherit neve;};
|
themes = {inherit neve;};
|
||||||
settings = {WP_DEFAULT_THEME = "neve";};
|
settings = {WP_DEFAULT_THEME = "neve";};
|
||||||
virtualHost = {
|
virtualHost = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user