forked from DGNum/infrastructure
feat(web01/wordpress): Deploy npr.wp.dgnum.eu
This commit is contained in:
parent
83aa42ac79
commit
34f1a36b5e
1 changed files with 12 additions and 0 deletions
|
@ -61,6 +61,18 @@ in
|
||||||
|
|
||||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"npr.wp.dgnum.eu" = {
|
||||||
|
themes = {
|
||||||
|
inherit (wp4nix.themes) twentytwentyfive;
|
||||||
|
};
|
||||||
|
|
||||||
|
plugins = {
|
||||||
|
inherit (wp4nix.plugins) user-role-editor;
|
||||||
|
};
|
||||||
|
|
||||||
|
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue