From 51b70b1f0fa5c6535971d745866ff9517634573d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 1 Jul 2022 01:30:31 +0200 Subject: [PATCH] hydra-ca: add git for flakes --- hosts/hydra/hydra.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {