hydra-ca: add git for flakes

This commit is contained in:
Sandro - 2022-07-01 01:30:31 +02:00
parent c2ce810e21
commit 51b70b1f0f
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
hydra-ca.nixosModules.hydra
];
environment.systemPackages = with pkgs; [ git ];
networking.firewall.allowedTCPPorts = [ 3001 ];
nix = {