forked from DGNum/infrastructure
feat(wordpress): Prepare the migration
This commit is contained in:
parent
359d839ad4
commit
ccaa999adc
1 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,18 @@ in
|
|||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bds.ens.fr" = {
|
||||
themes = {
|
||||
inherit (wp4nix.themes) gateway twentytwentythree;
|
||||
};
|
||||
|
||||
plugins = {
|
||||
inherit (wp4nix.plugins) user-role-editor;
|
||||
};
|
||||
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bda.ens.fr" = {
|
||||
plugins = {
|
||||
inherit (wp4nix.plugins) user-role-editor;
|
||||
|
|
Loading…
Reference in a new issue