diff --git a/hosts/n100/configuration.nix b/hosts/n100/configuration.nix index a39408f..fbe9bd0 100644 --- a/hosts/n100/configuration.nix +++ b/hosts/n100/configuration.nix @@ -34,6 +34,7 @@ internalInterfaces = [ "enp1s0" ]; externalInterface = "enp1s0"; forwardPorts = [ { + # TODO refactor this in the gitea/n100 module sourcePort = nodes.zimablade.config.services.gitea.settings.server.SSH_PORT; proto = "tcp"; destination = "10.0.0.4:22";