Added logging config
This commit is contained in:
@@ -17,7 +17,7 @@ in {
|
||||
};
|
||||
|
||||
networking.nameservers = [ gateway_ip ];
|
||||
networking.firewall.allowedTCPPorts = open_ports;
|
||||
networking.firewall.allowedTCPPorts = open_ports ++ [9002];
|
||||
networking.interfaces.enp6s18.ipv4.addresses = [
|
||||
{
|
||||
address = ip_address;
|
||||
|
||||
Reference in New Issue
Block a user