{ lib, config, pkgs, ... }: { services.hydra = { enable = true; port = true; hydraURL = "http://localhost:3000"; notificationSender = "hydra@localhost"; useSubstitutes = true; }; }