Bit of a clean up

This commit is contained in:
2026-04-18 09:50:12 +02:00
parent eebf846846
commit 496a2eba21
4 changed files with 1 additions and 367 deletions

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
];
};
}