Gutterman: set open ports in firewall

This commit is contained in:
wo2wz 2025-10-26 21:44:21 -04:00
parent c27cc9ebc3
commit 58c11b16cf

View file

@ -29,6 +29,17 @@
CacheFromLocalhost=true
'';
networking.firewall = {
allowedTCPPorts = [
8000
8001
];
allowedUDPPorts = [
8000
8001
];
};
environment.systemPackages =
let
nixpkgs-unstable = import inputs.nixpkgs-unstable {