{ pkgs, lib, config, hostName, ... }:
{
services.zerobin = {
  enable = true;
};
}