refactor gitea configuration in a module
updated: modules/gitea to put specific configuration in the module updated: flake.nix to import the module in nodes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{nodes, ...}:{
|
||||
networking.nat.forwardPorts = [{
|
||||
sourcePort = nodes.zimablade.config.services.gitea.settings.server.SSH_PORT;
|
||||
proto = "tcp";
|
||||
destination = "10.0.0.4:22";
|
||||
}];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user