feat(wordpress): Add user role editor plugin
This commit is contained in:
parent
5fa86473cc
commit
89597be3f4
3 changed files with 16 additions and 1 deletions
|
@ -3,4 +3,8 @@
|
|||
version = "0.8.1";
|
||||
hash = "sha256-vOgAFIapqGTFLMeH7xVPnfRKtKT+E7ToUkcz5/a9f8g=";
|
||||
};
|
||||
user-role-editor = {
|
||||
version = "4.64.1";
|
||||
hash = "sha256-ZOpeY0SMeL6jT6PbGWnGlTADYUY9eUufymfRBqvCVac=";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -17,6 +17,17 @@ in {
|
|||
};
|
||||
|
||||
"bds.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"bda.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
|
||||
"cineclub.wp.dgnum.eu" = {
|
||||
plugins = { inherit (addons.plugins) user-role-editor; };
|
||||
languages = [ pkgs.wordpressPackages.languages.fr_FR ];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -33,7 +33,7 @@ let
|
|||
firewall.allowedTCPPorts = [ 443 ];
|
||||
};
|
||||
|
||||
environment.systemPackages = [ pkgs.wp-cli ];
|
||||
environment.systemPackages = [ pkgs.wp-cli pkgs.neovim ];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue