WordPress: Difference between revisions

imported>Onny
Add additional known issue for missing translation files in wordpressPackages
imported>Onny
Remove deprecation note
Line 55: Line 55:
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
services.wordpress.sites."localhost" = {
services.wordpress.sites."localhost" = {
  # This interface changed in NixOS 23.05 and is recommended to use
   themes = {
   themes = {
     inherit (pkgs.wordpressPackages.themes)
     inherit (pkgs.wordpressPackages.themes)
       twentytwentytwo;
       twentytwentythree;
   };
   };
   plugins = {
   plugins = {