WordPress: Difference between revisions

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