1{ system, pkgs, ... }: 2 3{ 4 caddy = import ./caddy.nix { inherit system pkgs; }; 5 nginx = import ./nginx.nix { inherit system pkgs; }; 6}