module(wp): callPackage import
This commit is contained in:
parent
7d76e48112
commit
249b3639c7
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
with lib;
|
||||
let
|
||||
cfg = config.services.wordpress;
|
||||
callPackage = pkgs.callPackage;
|
||||
appConfig = (import ./default-app-config.nix).extend (self: super: { });
|
||||
writeableDataPath = "/var/lib/phpfpm/${appConfig.name}";
|
||||
phpFpmListen = "/run/phpfpm/wordpress-pool.sock";
|
||||
|
|
Loading…
Reference in a new issue