{
  config,
  pkgs,
  ...
}:
{
  config.machine.pkgsets.server.pkgs = with pkgs; [
    audit
    certbot
    php
  ];
}