nix-config/nixos/fuchsia
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
..
services feat(fuchsia): enable bidirectional network access for printer 2025-11-01 18:26:03 +08:00
configuration.nix refactor(home-manager): refine CLI feature configurations 2025-10-27 13:56:01 +08:00
hardware-configuration.nix refactor 2025-09-26 18:07:05 +08:00
ssh_host_ed25519_key.pub add host pub keys 2024-01-21 21:02:53 +08:00
ssh_host_rsa_key.pub add host pub keys 2024-01-21 21:02:53 +08:00