opens up dnsc-server firewall for actual

This commit is contained in:
Dennis Schoepf 2026-01-15 20:20:40 +01:00
parent 25b702bee9
commit 87f1b8d1a0

View file

@ -57,7 +57,15 @@
systemd.services.NetworkManager-wait-online.enable = false;
# Firewall
networking.firewall.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [
9002 # Actual
];
allowedUDPPorts = [
9002 # Actual
];
}
# My user account
users.users.dennis = {