feat(web01/wordpress): Deploy npr.wp.dgnum.eu

This commit is contained in:
Tom Hubrecht 2025-02-16 00:35:24 +01:00
parent 83aa42ac79
commit 34f1a36b5e
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -61,6 +61,18 @@ in
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 ];
};
};
};