diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index c76c0d1b..276e39f5 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -8,6 +8,8 @@ hydra-ca.nixosModules.hydra ]; + environment.systemPackages = with pkgs; [ git ]; + networking.firewall.allowedTCPPorts = [ 3001 ]; nix = {