mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
[wordpress] fix config for packages
This commit is contained in:
parent
328b727ffd
commit
b43ba4bd0b
@ -73,8 +73,8 @@ with lib; {
|
||||
|
||||
services.wordpress = {
|
||||
webserver = "nginx";
|
||||
package = pkgs.wordpress6_4;
|
||||
sites."${cfg.domain}" = {
|
||||
package = pkgs.wordpress6_4;
|
||||
plugins = {inherit antispam-bee wordpress-seo;};
|
||||
themes = {inherit neve;};
|
||||
settings = {WP_DEFAULT_THEME = "neve";};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user