add TODO in n100/configuiration.nix

remember to refactor the code related to the gitea module
This commit is contained in:
sin_serhao 2025-09-18 08:34:11 +02:00
parent 265e09d77a
commit 0179f02819

View File

@ -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";