From 0179f02819c2214550cc6e337374f37e738e0ef1 Mon Sep 17 00:00:00 2001 From: sin_serhao Date: Thu, 18 Sep 2025 08:34:11 +0200 Subject: [PATCH] add TODO in n100/configuiration.nix remember to refactor the code related to the gitea module --- hosts/n100/configuration.nix | 1 + 1 file changed, 1 insertion(+) 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";