From e8956f318185b20bd24fd74acec6f1ef58d46205 Mon Sep 17 00:00:00 2001
From: Emile <git@emile.space>
Date: Sun, 9 Jun 2024 00:23:00 +0200
Subject: allow the gitDaemon to be accessed from the outside

---
 nix/hosts/corrino/configuration.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/hosts/corrino/configuration.nix b/nix/hosts/corrino/configuration.nix
index 0d04712..d7661fc 100644
--- a/nix/hosts/corrino/configuration.nix
+++ b/nix/hosts/corrino/configuration.nix
@@ -215,6 +215,7 @@ in {
     firewall = {
       enable = true;
       allowedTCPPorts = [
+        ports.gitDaemon # gitDaemon
         80 443 # normal web
       ];
       allowedUDPPorts = [
-- 
cgit 1.4.1