nix-config/nixos
jasmine 9a26436dec
feat(fuchsia): enable bidirectional network access for printer
Allow devices on the WiFi network (192.168.50.x) to access the 3D printer
on the Ethernet subnet (10.1.0.x). This enables printer access from phones
and other WiFi devices when used with a static route on the router.

Changes:
- Add bidirectional forwarding rules between wlo1 and enp34s0
- Remove stateful connection restriction for simpler routing
- Improve comments to clarify traffic direction

Requires router configuration:
Route 10.1.0.0/24 via 192.168.50.237 (fuchsia's WiFi IP)
2025-11-01 18:26:03 +08:00
..
common docs(age): improve readability with structured comments 2025-10-12 10:19:42 +08:00
fuchsia feat(fuchsia): enable bidirectional network access for printer 2025-11-01 18:26:03 +08:00
viridian refactor(home-manager): refine CLI feature configurations 2025-10-27 13:56:01 +08:00