dotfiles/modules/services/phpfpm.nix

9 lines
102 B
Nix
Raw Normal View History

2022-04-23 03:01:00 +02:00
{ pkgs, config, lib, options, ... }:
with lib;
let
cfg = config.modules.services.phpfpm;
in {
}