nix-dotfiles/hosts/tsuki/services/hydra.nix

10 lines
182 B
Nix

{ secrets, ... }:
{
services.hydra = {
enable = true;
hydraURL = "http://hydra.nani.wtf";
notificationSender = "hydra@nani.wtf";
port = secrets.ports.hydra;
};
}