mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
ipam: php -> php74
This commit is contained in:
parent
1336652935
commit
376d299d1d
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ in
|
||||||
cronScripts;
|
cronScripts;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
phpfpm.phpPackage = pkgs.php74;
|
||||||
phpfpm.pools.www = {
|
phpfpm.pools.www = {
|
||||||
user = "nginx";
|
user = "nginx";
|
||||||
group = "nginx";
|
group = "nginx";
|
||||||
|
|
Loading…
Reference in a new issue