Bit of a clean up

This commit is contained in:
2026-04-18 09:50:12 +02:00
parent a22d8f52e3
commit 1c3be8c6f6
4 changed files with 1 additions and 367 deletions
-14
View File
@@ -9,18 +9,4 @@
mongodbPackage = pkgs.mongodb-7_0;
openFirewall = true; # opens 3478/udp, 10001/udp, 8080, 8443, 8843, 8880, 6789
};
networking.firewall = {
allowedTCPPorts = [
8443
8080
8880
8843
6789
];
allowedUDPPorts = [
3478
10001
];
};
}