add TODO in n100/configuiration.nix
remember to refactor the code related to the gitea module
This commit is contained in:
parent
265e09d77a
commit
0179f02819
@ -34,6 +34,7 @@
|
|||||||
internalInterfaces = [ "enp1s0" ];
|
internalInterfaces = [ "enp1s0" ];
|
||||||
externalInterface = "enp1s0";
|
externalInterface = "enp1s0";
|
||||||
forwardPorts = [ {
|
forwardPorts = [ {
|
||||||
|
# TODO refactor this in the gitea/n100 module
|
||||||
sourcePort = nodes.zimablade.config.services.gitea.settings.server.SSH_PORT;
|
sourcePort = nodes.zimablade.config.services.gitea.settings.server.SSH_PORT;
|
||||||
proto = "tcp";
|
proto = "tcp";
|
||||||
destination = "10.0.0.4:22";
|
destination = "10.0.0.4:22";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user