Added allowed ports to omen firewall

This commit is contained in:
Random936 2024-11-07 10:33:35 -08:00
parent 7dac8de00c
commit 3f46103e65

View File

@ -18,6 +18,7 @@
# Networking # Networking
networking.hostName = "randomctf"; networking.hostName = "randomctf";
networking.nameservers = [ "192.168.100.1" "8.8.8.8" "8.8.4.4" ]; networking.nameservers = [ "192.168.100.1" "8.8.8.8" "8.8.4.4" ];
networking.firewall.allowedTCPPorts = [ 22 24800 ];
# Temporary fix for service failure. # Temporary fix for service failure.
systemd.services.NetworkManager-wait-online.enable = lib.mkForce false; systemd.services.NetworkManager-wait-online.enable = lib.mkForce false;