Added logging config

This commit is contained in:
Random936
2025-02-05 10:02:34 -08:00
parent 7ebbd4044e
commit b895fd28d5
3 changed files with 39 additions and 3 deletions

View File

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