feat(wordpress): Add user role editor plugin

This commit is contained in:
Tom Hubrecht 2024-01-09 09:11:11 +01:00
parent 5fa86473cc
commit 89597be3f4
3 changed files with 16 additions and 1 deletions

View file

@ -33,7 +33,7 @@ let
firewall.allowedTCPPorts = [ 443 ];
};
environment.systemPackages = [ pkgs.wp-cli ];
environment.systemPackages = [ pkgs.wp-cli pkgs.neovim ];
system.stateVersion = "23.11";
};