{ pkgs, ... }:
{
imports = [
./my.nix
./acme-ssl.nix
./staticWebsite.nix
./nginx.nix
./webhook.nix
];
}