allow port 17 through firewall

This commit is contained in:
2026-01-17 21:59:20 +01:00
parent cf6bbc8299
commit a86f361bb8

View File

@@ -82,5 +82,9 @@ in
Accept = "yes";
};
};
networking.firewall.allowedTCPPorts = [
17
];
};
}