{ aspartame.modules = [ ( { pkgs, lib, ... }: { services.caddy = { enable = true; package = pkgs.caddy-many; configFile = ./Caddyfile; }; } ) ]; }