feat(web01/wordpress): Deploy npr.wp.dgnum.eu
All checks were successful
Build all the nodes / netaccess01 (push) Successful in 21s
Build all the nodes / netcore02 (push) Successful in 20s
Build all the nodes / netcore01 (push) Successful in 20s
Build all the nodes / ap01 (push) Successful in 32s
Build all the nodes / build01 (push) Successful in 1m25s
Build all the nodes / bridge01 (push) Successful in 1m32s
Build all the nodes / geo02 (push) Successful in 1m35s
Build all the nodes / hypervisor03 (push) Successful in 1m36s
Build all the nodes / hypervisor02 (push) Successful in 1m37s
Build all the nodes / geo01 (push) Successful in 1m46s
Build all the nodes / hypervisor01 (push) Successful in 1m48s
Build all the nodes / storage01 (push) Successful in 1m47s
Build all the nodes / rescue01 (push) Successful in 1m51s
Build all the nodes / tower01 (push) Successful in 1m37s
Build all the nodes / web02 (push) Successful in 1m29s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Build the shell / build-shell (push) Successful in 33s
Build all the nodes / vault01 (push) Successful in 1m49s
Build all the nodes / compute01 (push) Successful in 2m16s
Build all the nodes / web01 (push) Successful in 2m21s
Build all the nodes / web03 (push) Successful in 1m26s

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 ];
};
};
};