summaryrefslogtreecommitdiff
path: root/config/hydra.nix
diff options
context:
space:
mode:
Diffstat (limited to 'config/hydra.nix')
-rw-r--r--config/hydra.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hydra.nix b/config/hydra.nix
index 9242310..46facaa 100644
--- a/config/hydra.nix
+++ b/config/hydra.nix
@@ -3,6 +3,8 @@ let
hydraPort = (import ../data/aliases.nix).services.hydra.port;
in
{
+ networking.firewall.allowedTCPPorts = [ hydraPort ];
+
services.hydra = {
enable = true;
hydraURL = "https://hydra.orbekk.com";