diff options
author | Emile <git@emile.space> | 2024-06-09 00:23:00 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-06-09 00:23:00 +0200 |
commit | e8956f318185b20bd24fd74acec6f1ef58d46205 (patch) | |
tree | a64f5d85d77801b42245c6b2d4a902f72c47eeee /nix/hosts/corrino/configuration.nix | |
parent | 9906785bac048cbce846b23b387597bb92372a65 (diff) |
allow the gitDaemon to be accessed from the outside
Diffstat (limited to 'nix/hosts/corrino/configuration.nix')
-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 = [ |