1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

[wordpress] add template patterns collection plugin

This commit is contained in:
Stefan Ellmauthaler 2024-03-12 14:32:03 +01:00
parent b43ba4bd0b
commit 43994bcd1d
Failed to extract signature

View File

@ -64,6 +64,11 @@ with lib; {
version = "22.2";
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
};
templates-patterns-collection = fetchPlugin {
name = "templates-patterns-collection";
version = "1.2.7";
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
};
in
mkIf cfg.enable {
services.nginx.virtualHosts."${cfg.domain}" = {