WordPress: Difference between revisions

imported>Virusdave
m Fix option that is a list not an attrset
imported>Virusdave
m Fix option type in example
Line 61: Line 61:
       twentytwentytwo;
       twentytwentytwo;
   };
   };
   plugins = {
   plugins = with pkgs.wordpressPackages.plugins; [
    inherit (pkgs.wordpressPackages.plugins)
       antispam-bee
       antispam-bee
       opengraph;
       opengraph;
   };
   ];
};
};
</syntaxHighlight>
</syntaxHighlight>