dotfiles/modules/services/phpfpm.nix

9 lines
102 B
Nix

{ pkgs, config, lib, options, ... }:
with lib;
let
cfg = config.modules.services.phpfpm;
in {
}