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:
parent
b43ba4bd0b
commit
43994bcd1d
@ -64,6 +64,11 @@ with lib; {
|
|||||||
version = "22.2";
|
version = "22.2";
|
||||||
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
|
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
|
||||||
};
|
};
|
||||||
|
templates-patterns-collection = fetchPlugin {
|
||||||
|
name = "templates-patterns-collection";
|
||||||
|
version = "1.2.7";
|
||||||
|
hash = "sha256-pqVY82MfDQp2BuawETyeORLxRzfXdEbmkUU9JESeQxA=";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
mkIf cfg.enable {
|
mkIf cfg.enable {
|
||||||
services.nginx.virtualHosts."${cfg.domain}" = {
|
services.nginx.virtualHosts."${cfg.domain}" = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user