I'm trying to setup an LAMP environment with NixOs. I managed to have mysql and apache running, but I can't find a way to enable php. At the moment, apache is serving php file as text instead of executing it.
I've seen there is a enablePHP
option in the appache-httpd/default.nix
file but it doesn't seem visible (it doesn't appear when I do man configuration.nix
and I get an error message if I try to set it to true).