weasel: enable hydra tcp port in firewall

This commit is contained in:
2025-09-15 12:14:09 +02:00
parent a870e4b5fa
commit 519b6eeeea

View File

@@ -10,4 +10,6 @@
# you will probably also want, otherwise *everything* will be built from scratch
useSubstitutes = true;
};
networking.firewall.allowedTCPPorts = [ config.services.hydra.port ];
}