diff options
-rw-r--r-- | nix/hosts/corrino/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |